summaryrefslogtreecommitdiffstats
path: root/vm/ReconfigureDvm.mk
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-08-22 11:13:56 -0700
committerBrian Carlstrom <bdc@google.com>2010-08-22 11:13:56 -0700
commita18a79655d6742a7a21764c8d84013c84e012ced (patch)
treedcf49c2813201b9a594f747d3c2ef7a2b9f56c6c /vm/ReconfigureDvm.mk
parent3c4760fe40ea292c0cadd4aad6b33f6d0eafeeb3 (diff)
downloadandroid_dalvik-a18a79655d6742a7a21764c8d84013c84e012ced.tar.gz
android_dalvik-a18a79655d6742a7a21764c8d84013c84e012ced.tar.bz2
android_dalvik-a18a79655d6742a7a21764c8d84013c84e012ced.zip
libdl should not be included in the simulator build
Change-Id: Ib286e74d4baf035f6427bb00468171c8c86b6879
Diffstat (limited to 'vm/ReconfigureDvm.mk')
-rw-r--r--vm/ReconfigureDvm.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/vm/ReconfigureDvm.mk b/vm/ReconfigureDvm.mk
index 1284bc8a6..13138f8f4 100644
--- a/vm/ReconfigureDvm.mk
+++ b/vm/ReconfigureDvm.mk
@@ -22,8 +22,10 @@ dvm_simulator := $(TARGET_SIMULATOR)
include $(LOCAL_PATH)/Dvm.mk
-LOCAL_SHARED_LIBRARIES += \
- liblog libcutils libdl libnativehelper libz
+LOCAL_SHARED_LIBRARIES += liblog libcutils libnativehelper libz
+ifneq ($(TARGET_SIMULATOR),true)
+LOCAL_SHARED_LIBRARIES += libdl
+endif # !TARGET_SIMULATOR
LOCAL_STATIC_LIBRARIES += libdex