summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-09-30 12:23:08 +0100
committerKristian Monsen <kristianm@google.com>2010-09-30 14:10:27 +0100
commit988d4e4a2e8c42c0eee458235cd576c37dce1cff (patch)
treed65d605f5c8bd2fa4153af6af47058708b3232dc /Android.mk
parent0133365bbfc29ef61cdeed295e10214488548553 (diff)
downloadexternal_webkit-988d4e4a2e8c42c0eee458235cd576c37dce1cff.zip
external_webkit-988d4e4a2e8c42c0eee458235cd576c37dce1cff.tar.gz
external_webkit-988d4e4a2e8c42c0eee458235cd576c37dce1cff.tar.bz2
Prelink libwebcore.so, fix for b 2917906
After switching to thumb mode for external/chromium, libwebcore.so now fits in the reserved space in the prelink map. Enabling prelinking with the Chrome HTTP stack. Change-Id: I69a798a66a32ab3efb46e8728a3e276877c328e0
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 31edcf5..a7db48d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -427,10 +427,6 @@ 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
-ifeq ($(HTTP_STACK),chrome)
-# Too large for the space with chromium linked in
-LOCAL_PRELINK_MODULE := false
-endif
#LOCAL_PRELINK_MODULE := false
LOCAL_MODULE := libwebcore
LOCAL_LDLIBS := $(WEBKIT_LDLIBS)