aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-12-10 20:33:52 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-10 20:33:52 +0000
commitfec605294e894fae1f1d5b59afe78af8fa84e4fa (patch)
tree8405d0ffb48c747e734fb5ea8f7cafa3437c200e
parent3a49cfe3f2121039900ac8b0340b538b01da35c9 (diff)
parent3f61f89b559551164b13441ff4ff02ed0718530a (diff)
downloadandroid_bionic-fec605294e894fae1f1d5b59afe78af8fa84e4fa.tar.gz
android_bionic-fec605294e894fae1f1d5b59afe78af8fa84e4fa.tar.bz2
android_bionic-fec605294e894fae1f1d5b59afe78af8fa84e4fa.zip
Merge "Fix missing symbol for debug malloc."
-rw-r--r--libc/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/Android.mk b/libc/Android.mk
index 6863151de..cc1585cb9 100644
--- a/libc/Android.mk
+++ b/libc/Android.mk
@@ -1178,7 +1178,7 @@ LOCAL_CXX_STL := none
LOCAL_SYSTEM_SHARED_LIBRARIES :=
# Only need this for arm since libc++ uses its own unwind code that
# doesn't mix with the other default unwind code.
-LOCAL_STATIC_LIBRARIES_arm := libunwind_llvm
+LOCAL_STATIC_LIBRARIES_arm := libunwind_llvm libc++abi
LOCAL_ALLOW_UNDEFINED_SYMBOLS := true
# Don't install on release build