Merge "Don't build bionic-unit-tests-static with libcrt_builtins"
This commit is contained in:
commit
d495e0b777
|
@ -630,6 +630,10 @@ cc_test {
|
||||||
|
|
||||||
static_executable: true,
|
static_executable: true,
|
||||||
stl: "libc++_static",
|
stl: "libc++_static",
|
||||||
|
|
||||||
|
// libclang_rt.builtins does not work with libm
|
||||||
|
// http://b/117167374
|
||||||
|
no_libcrt: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue