am 1c274352: am ee8e2a29: Merge "Revert "Fix build after side-stepping global -Bsymbolic.""

* commit '1c27435218091ad73b12a185914201595614b3a2':
  Revert "Fix build after side-stepping global -Bsymbolic."
diff --git a/Android.mk b/Android.mk
index 3c9b86b..9e3a0a0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,11 +30,6 @@
 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