Merge "Fix PIC relocations for non-Bsymbolic builds"
diff --git a/Android.mk b/Android.mk
index 9e3a0a0..3c9b86b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,6 +30,11 @@
 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