Merge "Move bionic-unit-tests-static to libclang_rt.builtins"

This commit is contained in:
Treehugger Robot 2019-04-03 14:45:47 +00:00 committed by Gerrit Code Review
commit 96c21e43b4

View file

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