Merge "Don't build bionic-unit-tests-static with libcrt_builtins"
am: d495e0b777

Change-Id: I8b83b45a61ff58c6a487232c57f152233e6c5bcf
diff --git a/tests/Android.bp b/tests/Android.bp
index c334032..6a644b6 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -630,6 +630,10 @@
 
     static_executable: true,
     stl: "libc++_static",
+
+    // libclang_rt.builtins does not work with libm
+    // http://b/117167374
+    no_libcrt: true,
 }
 
 // -----------------------------------------------------------------------------