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

Change-Id: I63e6f4c2c7e731938abdf90e5ab0c48e2a101cc1
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,
 }
 
 // -----------------------------------------------------------------------------