diff options
author | Christopher Ferris <cferris@google.com> | 2014-12-10 11:10:00 -0800 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2014-12-10 11:10:00 -0800 |
commit | 3f61f89b559551164b13441ff4ff02ed0718530a (patch) | |
tree | 3130e20b674ca997f6e351b36d1ab90a9ee4a9d6 /libc | |
parent | 3f1c604c9df459f5baecfdc04cbe8ecda07b70eb (diff) | |
download | android_bionic-3f61f89b559551164b13441ff4ff02ed0718530a.tar.gz android_bionic-3f61f89b559551164b13441ff4ff02ed0718530a.tar.bz2 android_bionic-3f61f89b559551164b13441ff4ff02ed0718530a.zip |
Fix missing symbol for debug malloc.
Bug: 18686270
Change-Id: I800a6f0940060218413df652d74aca91f6a339f8
Diffstat (limited to 'libc')
-rw-r--r-- | libc/Android.mk | 2 |
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 |