summaryrefslogtreecommitdiffstats
path: root/libc/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-09-27 09:22:07 -0700
committerDan Albert <danalbert@google.com>2014-09-27 09:22:07 -0700
commit188d093993b3330b3c22437af8f22352f72ce64b (patch)
tree9232fecb6c3cdc222fb3629011eabe9fe2f974f0 /libc/Android.mk
parent7ca5c4b99b308550e34e185ed632b8a5ad5341ee (diff)
downloadbionic-188d093993b3330b3c22437af8f22352f72ce64b.zip
bionic-188d093993b3330b3c22437af8f22352f72ce64b.tar.gz
bionic-188d093993b3330b3c22437af8f22352f72ce64b.tar.bz2
Static libc++ is being renamed libc++_static.
Change-Id: I1596110e4ed7e8f9ab9e2605dfcd9fd0489ca0d1
Diffstat (limited to 'libc/Android.mk')
-rw-r--r--libc/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/Android.mk b/libc/Android.mk
index fee54a2..8ffaaf3 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