aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2019-04-02 22:45:29 -0700
committerPirama Arumuga Nainar <pirama@google.com>2019-04-02 22:45:29 -0700
commit0d16a316647a8d94a079e14fb2941b127fcea27e (patch)
tree32f2884627cc6c32ceb39a6fa957403d7a7ada1f
parente6fd53b751c253ce9315875bed838a6d549132f3 (diff)
downloadbionic-0d16a316647a8d94a079e14fb2941b127fcea27e.tar.gz
Move bionic-unit-tests-static to libclang_rt.builtins
Bug: http://b/129728267 Bug: http://b/117167374 This test is now built with XOM (because libm now uses XOM) but it should also use libclang_rt.builtins since libgcc is not built with XOM. Test: bionic-unit-tests-static passes (but used to segfault with XOM exceptions without this change). Change-Id: I0b1dfe52e48db5f5e9386c7722ecd91e155be56f
-rw-r--r--tests/Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index a1f3cc3c9..21acc36ff 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -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,
}
// -----------------------------------------------------------------------------