summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-10-06 14:41:37 +0100
committerSteve Block <steveblock@google.com>2010-10-07 11:03:35 +0100
commit06b2241fe192f313e2510cb281eb3608f1334a8e (patch)
tree0f7964e098ffe678e4829733ec5bf4c660ddd78e /Android.mk
parent15196e7281a07cd210bad6e50ad31dabab648e6c (diff)
downloadexternal_webkit-06b2241fe192f313e2510cb281eb3608f1334a8e.zip
external_webkit-06b2241fe192f313e2510cb281eb3608f1334a8e.tar.gz
external_webkit-06b2241fe192f313e2510cb281eb3608f1334a8e.tar.bz2
Merge WebKit at r68651 : No prelinking after merge
WebKit has grown during the merge, and doesn't fit in the prelink map anymore Reopened http://b/issue?id=2917906 to track this Change-Id: I40fb143a25a0637cd2c9359331576acb5a1c1fba
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 311661f..d0a1813 100644
--- a/Android.mk
+++ b/Android.mk
@@ -429,7 +429,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)