Don't use llvm-defaults to build some tests.
It's not clear this was ever needed, it doesn't seem to make any
difference now, and these are the defaults for the obsolete renderscript
LLVM anyway, so... yeah.
This was noticed because it was causing some of our tests to be built as
C++11 rather than [the current default of] C++17.
Test: treehugger
Change-Id: I7d72b3fd58e9cf9a02048b0298eee845d19307f7
diff --git a/tests/Android.bp b/tests/Android.bp
index e7273c0..2facc6e 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -741,7 +741,6 @@
name: "libBionicLoaderTests",
defaults: [
"bionic_tests_defaults",
- "llvm-defaults",
],
srcs: [
"atexit_test.cpp",