commit | 2d939020a4ecbcb9008bd07936ae37da2ea7ecd7 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Jul 14 02:08:27 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Jul 14 02:08:27 2009 -0700 |
tree | bba462382f275363f2f38ac24876088a512ef7a0 | |
parent | d606003a66213da4587a18f5df8d006c11d96699 [diff] [blame] |
another attempt to fix the sim
diff --git a/libs/audioflinger/Android.mk b/libs/audioflinger/Android.mk index ea7d6c2..bb224be 100644 --- a/libs/audioflinger/Android.mk +++ b/libs/audioflinger/Android.mk
@@ -54,4 +54,10 @@ LOCAL_C_INCLUDES += $(call include-path-for, bluez) endif +ifeq ($(TARGET_SIMULATOR),true) + ifeq ($(HOST_OS),linux) + LOCAL_LDLIBS += -lrt -lpthread + endif +endif + include $(BUILD_SHARED_LIBRARY)