aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-08-08 16:53:11 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-08 16:53:11 +0000
commit1c27435218091ad73b12a185914201595614b3a2 (patch)
tree9d505ecee74a4d1ad5c4b9059533b85eb68be9fe
parent374fb150a9447fe015d3417c94673378f9d016c8 (diff)
parentee8e2a29b072186828656c2bb1e813acab36779a (diff)
downloadtremolo-1c27435218091ad73b12a185914201595614b3a2.tar.gz
am ee8e2a29: Merge "Revert "Fix build after side-stepping global -Bsymbolic.""
* commit 'ee8e2a29b072186828656c2bb1e813acab36779a': 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