Merge "Don't build bionic-unit-tests-static with libcrt_builtins"

This commit is contained in:
Yi Kong 2018-11-08 18:23:56 +00:00 committed by Gerrit Code Review
commit d495e0b777
1 changed files with 4 additions and 0 deletions

View File

@ -630,6 +630,10 @@ cc_test {
static_executable: true,
stl: "libc++_static",
// libclang_rt.builtins does not work with libm
// http://b/117167374
no_libcrt: true,
}
// -----------------------------------------------------------------------------