diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:11:53 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:11:53 -0700 |
commit | 0f60faff84b9690746e9d85a1ffecc4eb53cc43a (patch) | |
tree | 564d4f72013d812c3b9dd1933348719e76e4fdaa /libaudio | |
parent | a85e358bd9450bc4148b2673ae5403d54fcc61bf (diff) | |
download | device_samsung_crespo-0f60faff84b9690746e9d85a1ffecc4eb53cc43a.zip device_samsung_crespo-0f60faff84b9690746e9d85a1ffecc4eb53cc43a.tar.gz device_samsung_crespo-0f60faff84b9690746e9d85a1ffecc4eb53cc43a.tar.bz2 |
Remove the simulator target from all makefiles.
Bug: 5010576
Change-Id: Ie6fa05f8d72bdf6da3b743a7f8c2464f9febc868
Diffstat (limited to 'libaudio')
-rw-r--r-- | libaudio/Android.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libaudio/Android.mk b/libaudio/Android.mk index 9ab312b..b1494ed 100644 --- a/libaudio/Android.mk +++ b/libaudio/Android.mk @@ -14,11 +14,7 @@ LOCAL_SHARED_LIBRARIES:= \ LOCAL_WHOLE_STATIC_LIBRARIES := libaudiohw_legacy LOCAL_MODULE_TAGS := optional -ifeq ($(TARGET_SIMULATOR),true) - LOCAL_LDLIBS += -ldl -else - LOCAL_SHARED_LIBRARIES += libdl -endif +LOCAL_SHARED_LIBRARIES += libdl LOCAL_C_INCLUDES += $(call include-path-for, speex) LOCAL_C_INCLUDES += external/tinyalsa/include |