commit | b993b94d4152b7342a8e9cde65274e52c246651a | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Wed Apr 03 08:06:09 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Apr 03 08:06:09 2019 -0700 |
tree | 32f2884627cc6c32ceb39a6fa957403d7a7ada1f | |
parent | f2905f4ce3102618b0faa4045fc43edecc3b5557 [diff] | |
parent | 96c21e43b41577c4d8f5c3f174eeb384066aedd1 [diff] |
Merge "Move bionic-unit-tests-static to libclang_rt.builtins" am: 96c21e43b4 Change-Id: I79c2c06cd179d6cb1fa63e69735ae4bff0559145
diff --git a/tests/Android.bp b/tests/Android.bp index a1f3cc3..21acc36 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -700,10 +700,6 @@ static_executable: true, stl: "libc++_static", - - // libclang_rt.builtins does not work with libm - // http://b/117167374 - no_libcrt: true, } // -----------------------------------------------------------------------------