diff options
author | Mathias Agopian <mathias@google.com> | 2009-07-14 02:08:27 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-07-14 02:08:27 -0700 |
commit | fad6c94872c33076653805978424c16961103568 (patch) | |
tree | 38da06c6aa81d5c2aa47ba4327bfc9b03cffed65 /libs/audioflinger | |
parent | ac2dd4d82f14b23387ec95b52663a1943fc5157d (diff) | |
download | frameworks_base-fad6c94872c33076653805978424c16961103568.zip frameworks_base-fad6c94872c33076653805978424c16961103568.tar.gz frameworks_base-fad6c94872c33076653805978424c16961103568.tar.bz2 |
another attempt to fix the sim
Diffstat (limited to 'libs/audioflinger')
-rw-r--r-- | libs/audioflinger/Android.mk | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ ifeq ($(BOARD_HAVE_BLUETOOTH),true) 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) |