diff options
-rw-r--r-- | Android.mk | 8 | ||||
-rw-r--r-- | ThirdPartyProject.prop | 9 |
2 files changed, 9 insertions, 8 deletions
@@ -310,7 +310,6 @@ LOCAL_SHARED_LIBRARIES := \ libui \ libcutils \ libicuuc \ - libicudata \ libicui18n \ libmedia \ libsurfaceflinger_client @@ -402,13 +401,6 @@ ifeq ($(JAVASCRIPT_ENGINE),jsc) LOCAL_STATIC_LIBRARIES += libjs endif LOCAL_LDFLAGS := -fvisibility=hidden - -# Disable ICF for the time being since the browser crahses in tests with -# ICF enabled. -ifeq ($(TARGET_ARCH),arm) -LOCAL_LDFLAGS += -Wl,--icf=none -endif - LOCAL_CFLAGS := $(WEBKIT_CFLAGS) LOCAL_C_INCLUDES := $(WEBKIT_C_INCLUDES) LOCAL_PATH := $(BASE_PATH) diff --git a/ThirdPartyProject.prop b/ThirdPartyProject.prop new file mode 100644 index 0000000..3984909 --- /dev/null +++ b/ThirdPartyProject.prop @@ -0,0 +1,9 @@ +# Copyright 2010 Google Inc. All Rights Reserved. +#Fri Jul 16 10:03:09 PDT 2010 +currentVersion=55486 +version=54731 +isNative=true +name=webkit +keywords=webkit +onDevice=true +homepage=http\://webkit.org/ |