summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index fa50cfe..888a16e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -359,6 +359,9 @@ ifeq ($(JAVASCRIPT_ENGINE),jsc)
LOCAL_STATIC_LIBRARIES += libjs
endif
LOCAL_LDFLAGS := -fvisibility=hidden
+# This is required to work around a gold problem. This can be removed once
+# gold is fixed.
+LOCAL_LDFLAGS += -fuse-ld=bfd
LOCAL_CFLAGS := $(WEBKIT_CFLAGS)
LOCAL_C_INCLUDES := $(WEBKIT_C_INCLUDES)
LOCAL_PATH := $(BASE_PATH)