commit | d495e0b777a101e6a146e9cc87abf522bc64f687 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Thu Nov 08 18:23:56 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 08 18:23:56 2018 +0000 |
tree | 4c0aad26f7bf2c30a2a2a42bc396d3d103fc5e21 | |
parent | 10265a8cbe36fecf59e7630ebf1132b8ecc0902d [diff] | |
parent | b011d59a7fa6b2070eb5d31804eddfa798950327 [diff] |
Merge "Don't build bionic-unit-tests-static with libcrt_builtins"
diff --git a/tests/Android.bp b/tests/Android.bp index c334032..6a644b6 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -630,6 +630,10 @@ static_executable: true, stl: "libc++_static", + + // libclang_rt.builtins does not work with libm + // http://b/117167374 + no_libcrt: true, } // -----------------------------------------------------------------------------