summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-12 12:11:52 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-12 12:11:52 -0700
commit5feb8ecfd93c4e3c9eec89ab20dd143d05f7e91c (patch)
tree4c61dfe0ac57ea788f67bc7675d6fdcde61282ca
parent3887d6176e1ff24efb199dad5fbbfd882e068d01 (diff)
parentecc25ff223395e14f02bcdc6c73e2cba4c755dc9 (diff)
downloadgoldfish-tools_r20.tar.gz
-rw-r--r--audio/Android.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/audio/Android.mk b/audio/Android.mk
index b1f19eaa..e00486f0 100644
--- a/audio/Android.mk
+++ b/audio/Android.mk
@@ -27,13 +27,7 @@ LOCAL_SHARED_LIBRARIES := \
libmedia \
libhardware_legacy
-ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
-LOCAL_LDLIBS += -ldl
-endif
-
-ifneq ($(TARGET_SIMULATOR),true)
LOCAL_SHARED_LIBRARIES += libdl
-endif
LOCAL_SRC_FILES += \
AudioHardwareGeneric.cpp
@@ -45,5 +39,3 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
libaudiohw_legacy
include $(BUILD_SHARED_LIBRARY)
-
-