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, } // -----------------------------------------------------------------------------