Commit 1c274352 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

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

* commit 'ee8e2a29':
  Revert "Fix build after side-stepping global -Bsymbolic."
parents 374fb150 ee8e2a29
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment