From 003ccb732d820617d770e17abf937281d3e16437 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Mon, 17 Jan 2011 17:04:34 +0000 Subject: 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 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Android.mk') 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) -- cgit v1.1