summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/amrwbenc/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-08-07 23:22:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-08-07 17:53:11 +0000
commit07574544bda57f4227c7eadf5682f7bf86e42b26 (patch)
tree206ee7a090ec5d3e0c5e7e97171b264730091812 /media/libstagefright/codecs/amrwbenc/Android.mk
parenta018cd4926460f8f5ab30a9a11df9775572d8620 (diff)
parent3b909164de79904137bb6661514d5ca6236a49c9 (diff)
downloadframeworks_av-07574544bda57f4227c7eadf5682f7bf86e42b26.zip
frameworks_av-07574544bda57f4227c7eadf5682f7bf86e42b26.tar.gz
frameworks_av-07574544bda57f4227c7eadf5682f7bf86e42b26.tar.bz2
Merge "Fix build after side-stepping global -Bsymbolic."
Diffstat (limited to 'media/libstagefright/codecs/amrwbenc/Android.mk')
-rw-r--r--media/libstagefright/codecs/amrwbenc/Android.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/media/libstagefright/codecs/amrwbenc/Android.mk b/media/libstagefright/codecs/amrwbenc/Android.mk
index c5b8e0c..a39c55b 100644
--- a/media/libstagefright/codecs/amrwbenc/Android.mk
+++ b/media/libstagefright/codecs/amrwbenc/Android.mk
@@ -94,6 +94,11 @@ LOCAL_STATIC_LIBRARIES :=
LOCAL_SHARED_LIBRARIES :=
+# 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 := \
frameworks/av/include \
frameworks/av/media/libstagefright/include \
@@ -133,6 +138,11 @@ LOCAL_SHARED_LIBRARIES := \
libstagefright_omx libstagefright_foundation libutils liblog \
libstagefright_enc_common
+# 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_MODULE := libstagefright_soft_amrwbenc
LOCAL_MODULE_TAGS := optional