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
This commit is contained in:
parent
c79b02088b
commit
db358e6ae1
1 changed files with 0 additions and 1 deletions
|
@ -741,7 +741,6 @@ cc_test_library {
|
|||
name: "libBionicLoaderTests",
|
||||
defaults: [
|
||||
"bionic_tests_defaults",
|
||||
"llvm-defaults",
|
||||
],
|
||||
srcs: [
|
||||
"atexit_test.cpp",
|
||||
|
|
Loading…
Reference in a new issue