commit | 2b50fba2b143c2e0597c941d67bea1b8e80c9caf | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Jul 13 22:58:25 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Jul 13 22:58:25 2009 -0700 |
tree | 8f7d6e654129bc504053ffca67b899bbf50638c4 | |
parent | 43d2c03d8ff8c623391a17b10e01a601d55d5b1e [diff] [blame] |
first attempt to fix the sim
diff --git a/media/libmedia/Android.mk b/media/libmedia/Android.mk index 806ef52..ebbf13f 100644 --- a/media/libmedia/Android.mk +++ b/media/libmedia/Android.mk
@@ -26,7 +26,7 @@ LOCAL_MODULE:= libmedia ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true) -LOCAL_LDLIBS += -ldl +LOCAL_LDLIBS += -ldl -lpthread endif ifneq ($(TARGET_SIMULATOR),true)