summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)