aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
}
// -----------------------------------------------------------------------------