commit | c2e634dd303a44b11e30ab31e39ffc4eae5467f8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Aug 27 23:17:43 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 27 23:17:43 2015 +0000 |
tree | c641095a3245546c28bde043493ea0dfad8f624e | |
parent | 46c7bc83ab0324983312f16bd40cc1cdfe11cce6 [diff] | |
parent | adf5c7237da419393462a19c94c102abf7865c78 [diff] |
Merge "Fix regoff_t for LP32 and _FILE_OFFSET_BITS=64."
diff --git a/libc/Android.mk b/libc/Android.mk index 437f8b2..d6b208c 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -1446,6 +1446,7 @@ # 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_LDFLAGS_arm := -Wl,--exclude-libs,libunwind_llvm.a LOCAL_STATIC_LIBRARIES += libc++abi LOCAL_ALLOW_UNDEFINED_SYMBOLS := true