summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2010-06-15 17:59:39 -0700
committerDoug Kwan <dougkwan@google.com>2010-06-15 17:59:39 -0700
commit719298a66237d38ea5c05f1547123ad8aacbc237 (patch)
tree61be05028bc066e637d5f26b9a23b46ed22dd32e /Android.mk
parentb81365b66797e01732f9b5a27d92db82231a8cb7 (diff)
downloadexternal_webkit-719298a66237d38ea5c05f1547123ad8aacbc237.zip
external_webkit-719298a66237d38ea5c05f1547123ad8aacbc237.tar.gz
external_webkit-719298a66237d38ea5c05f1547123ad8aacbc237.tar.bz2
Remove linker workaround after fixing linker.
Change-Id: Ic840b9f915577fc74d6dc29efc7a7ebfd6402069
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/Android.mk b/Android.mk
index c3a8dd5..fa50cfe 100644
--- a/Android.mk
+++ b/Android.mk
@@ -359,13 +359,6 @@ ifeq ($(JAVASCRIPT_ENGINE),jsc)
LOCAL_STATIC_LIBRARIES += libjs
endif
LOCAL_LDFLAGS := -fvisibility=hidden
-ifneq ($(TARGET_SIMULATOR),true)
-# This is required to work around a gold problem. This can be removed once
-# gold is fixed. Gold generates more stubs than ld so it is easier for gold
-# to have too many stubs in a stub group.
-LOCAL_LDFLAGS += -Wl,--stub-group-size=1024276
-endif
-
LOCAL_CFLAGS := $(WEBKIT_CFLAGS)
LOCAL_C_INCLUDES := $(WEBKIT_C_INCLUDES)
LOCAL_PATH := $(BASE_PATH)