summaryrefslogtreecommitdiffstats
path: root/libaudio
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:11:53 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:11:53 -0700
commit0f60faff84b9690746e9d85a1ffecc4eb53cc43a (patch)
tree564d4f72013d812c3b9dd1933348719e76e4fdaa /libaudio
parenta85e358bd9450bc4148b2673ae5403d54fcc61bf (diff)
downloaddevice_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.mk6
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