summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2011-01-17 17:04:34 +0000
committerKristian Monsen <kristianm@google.com>2011-01-20 13:31:29 +0000
commit003ccb732d820617d770e17abf937281d3e16437 (patch)
tree6517a80609da7550c7c54fe467319d50250d6e77 /Android.mk
parent8e8bcdf35a062cbf2526c1d1875869055e8c675e (diff)
downloadexternal_webkit-003ccb732d820617d770e17abf937281d3e16437.zip
external_webkit-003ccb732d820617d770e17abf937281d3e16437.tar.gz
external_webkit-003ccb732d820617d770e17abf937281d3e16437.tar.bz2
Prelinking libwebcore after making more space in the prelink map
Depends on this CL in the build package: https://android-git.corp.google.com/g/#change,90379 Fix for bug 2917906 Change-Id: I69ffa74de5341096012488648e8a0d72774421ca
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 4b4de04..0964ccb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -449,7 +449,7 @@ endif # JAVASCRIPT_ENGINE == jsc
# will strip out any unused code from the entry point.
include $(CLEAR_VARS)
# if you need to make webcore huge (for debugging), enable this line
-LOCAL_PRELINK_MODULE := false
+#LOCAL_PRELINK_MODULE := false
LOCAL_MODULE := libwebcore
LOCAL_LDLIBS := $(WEBKIT_LDLIBS)
LOCAL_SHARED_LIBRARIES := $(WEBKIT_SHARED_LIBRARIES)