summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Bornstein2010-05-05 11:39:27 -0500
committerDan Bornstein2010-05-05 11:39:27 -0500
commit458f06335a73438865bf633aeff399cbaedb71e1 (patch)
tree39dc42f2c12717311a001ff59720bdea8f4401c6
parentb419c35c660d7421e18a9efef38eca11966b44c7 (diff)
downloadplatform-system-core-458f06335a73438865bf633aeff399cbaedb71e1.tar.gz
platform-system-core-458f06335a73438865bf633aeff399cbaedb71e1.tar.xz
platform-system-core-458f06335a73438865bf633aeff399cbaedb71e1.zip
For issue #2651381, allow library prelinking.
Change-Id: I4933c968b84eaca2441c76c4b5a29de48fa093ef
-rw-r--r--libdiskconfig/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/libdiskconfig/Android.mk b/libdiskconfig/Android.mk
index f26410315..1d0ecb4da 100644
--- a/libdiskconfig/Android.mk
+++ b/libdiskconfig/Android.mk
@@ -12,7 +12,6 @@ LOCAL_SRC_FILES := \
12 config_mbr.c 12 config_mbr.c
13 13
14LOCAL_MODULE := libdiskconfig 14LOCAL_MODULE := libdiskconfig
15LOCAL_PRELINK_MODULE := false
16LOCAL_SYSTEM_SHARED_LIBRARIES := libcutils liblog libc 15LOCAL_SYSTEM_SHARED_LIBRARIES := libcutils liblog libc
17 16
18include $(BUILD_SHARED_LIBRARY) 17include $(BUILD_SHARED_LIBRARY)