From 3f61f89b559551164b13441ff4ff02ed0718530a Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Wed, 10 Dec 2014 11:10:00 -0800 Subject: [PATCH] Fix missing symbol for debug malloc. Bug: 18686270 Change-Id: I800a6f0940060218413df652d74aca91f6a339f8 --- libc/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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