commit | 7c10ee9473b5c46da733b2d3d24cf90fb8ac7672 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Thu Nov 12 20:45:48 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 12 20:45:48 2015 +0000 |
tree | 8299024a0ba4057a52120233fd6be8cee2efdec1 | |
parent | 0c447053de4b87d50ebec260c7e1d949fe934065 [diff] | |
parent | c04647f8c2e3e825d4ed27ea649024b89d1b5aed [diff] |
Merge "Still cannot compile with clang on arm64."
diff --git a/libc/Android.mk b/libc/Android.mk index 2808707..06dcc66 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -1049,6 +1049,9 @@ LOCAL_SANITIZE := never LOCAL_NATIVE_COVERAGE := $(bionic_coverage) +# b/25662915, clang compiled __cxa_thread_atexit_impl.cpp still failed. +LOCAL_CLANG_arm64 := false + include $(BUILD_STATIC_LIBRARY) # ========================================================