commit | fad6c94872c33076653805978424c16961103568 | [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 | 38da06c6aa81d5c2aa47ba4327bfc9b03cffed65 | |
parent | ac2dd4d82f14b23387ec95b52663a1943fc5157d [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)