From 188d093993b3330b3c22437af8f22352f72ce64b Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 27 Sep 2014 09:22:07 -0700 Subject: [PATCH] Static libc++ is being renamed libc++_static. Change-Id: I1596110e4ed7e8f9ab9e2605dfcd9fd0489ca0d1 --- libc/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/Android.mk b/libc/Android.mk index fee54a22c..8ffaaf391 100644 --- a/libc/Android.mk +++ b/libc/Android.mk @@ -1165,7 +1165,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 := libc++ +LOCAL_STATIC_LIBRARIES_arm := libc++_static LOCAL_ALLOW_UNDEFINED_SYMBOLS := true # Don't install on release build