aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-08-08 16:46:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-08-07 18:42:30 +0000
commitee8e2a29b072186828656c2bb1e813acab36779a (patch)
tree9c071b3d761f1a622e44953c9c65ee389138119f
parent535950bb19c6fbcfd41553afdd4cefc6f1d6b7ec (diff)
parentd8edefa53461a8e3027cdc29afedf8e338a4b1d4 (diff)
downloadtremolo-ee8e2a29b072186828656c2bb1e813acab36779a.tar.gz
Merge "Revert "Fix build after side-stepping global -Bsymbolic.""
-rw-r--r--Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index 3c9b86b..9e3a0a0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,11 +30,6 @@ LOCAL_CFLAGS += \
endif
LOCAL_CFLAGS+= -O2
-# We need this because the current asm generates the following link error:
-# requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC
-# Bug: 16853291
-LOCAL_LDFLAGS := -Wl,-Bsymbolic
-
LOCAL_C_INCLUDES:= \
$(LOCAL_PATH)/Tremolo