summaryrefslogtreecommitdiffstats
path: root/media/libeffects/lvm
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-12 12:15:07 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-12 12:15:07 -0700
commit63b96e48deb0a4c5b594693922bd9101ffc3ef93 (patch)
treef4e64e5c62746d337a1b1de063a57c50c9fa3b62 /media/libeffects/lvm
parenta5a0cea84cdf116f4de4f812c26be73e70a260e6 (diff)
parent5e0067b486c3862316aa1f293cf9690c0cf54bda (diff)
downloadframeworks_av-63b96e48deb0a4c5b594693922bd9101ffc3ef93.zip
frameworks_av-63b96e48deb0a4c5b594693922bd9101ffc3ef93.tar.gz
frameworks_av-63b96e48deb0a4c5b594693922bd9101ffc3ef93.tar.bz2
Merge "Remove the simulator target from all makefiles. Bug: 5010576"
Diffstat (limited to 'media/libeffects/lvm')
-rw-r--r--media/libeffects/lvm/wrapper/Android.mk14
1 files changed, 2 insertions, 12 deletions
diff --git a/media/libeffects/lvm/wrapper/Android.mk b/media/libeffects/lvm/wrapper/Android.mk
index ab13605..f097dd0 100644
--- a/media/libeffects/lvm/wrapper/Android.mk
+++ b/media/libeffects/lvm/wrapper/Android.mk
@@ -19,12 +19,7 @@ LOCAL_STATIC_LIBRARIES += libmusicbundle
LOCAL_SHARED_LIBRARIES := \
libcutils \
-
-ifeq ($(TARGET_SIMULATOR),true)
-LOCAL_LDLIBS += -ldl
-else
-LOCAL_SHARED_LIBRARIES += libdl
-endif
+ libdl
LOCAL_C_INCLUDES += \
@@ -54,12 +49,7 @@ LOCAL_STATIC_LIBRARIES += libreverb
LOCAL_SHARED_LIBRARIES := \
libcutils \
-
-ifeq ($(TARGET_SIMULATOR),true)
-LOCAL_LDLIBS += -ldl
-else
-LOCAL_SHARED_LIBRARIES += libdl
-endif
+ libdl
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/Reverb \