Revert "Fix build after side-stepping global -Bsymbolic."

This reverts commit 554ffdfb9b4f48733be0d3251d9db15976c61b95.

Bug: 16853291
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