summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index b7ef268..e01bdcf 100644
--- a/Android.mk
+++ b/Android.mk
@@ -21,6 +21,7 @@ LOCAL_CFLAGS += -DHAVE_STRING_H -DHAVE_STDLIB_H -DIN_GLIBCPP_V3
LOCAL_MODULE := libgccdemangle
LOCAL_MODULE_TAGS := optional
+LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)