summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3f1c604)
raw | patch | inline | side by side (parent: 3f1c604)
author | Christopher Ferris <cferris@google.com> | |
Wed, 10 Dec 2014 19:10:00 +0000 (11:10 -0800) | ||
committer | Christopher Ferris <cferris@google.com> | |
Wed, 10 Dec 2014 19:10:00 +0000 (11:10 -0800) |
libc/Android.mk | patch | blob | history |
diff --git a/libc/Android.mk b/libc/Android.mk
index 6863151de00b72ef4ad13f97c34557353b4ffcde..cc1585cb9161df0cae6ff44e9e0375ff1fea9bb5 100644 (file)
--- a/libc/Android.mk
+++ b/libc/Android.mk
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