Merge "Fix macOS build." am: ddc3fb3dcf
am: 9b6d7f5753
Change-Id: Icb8a2ad88a45def7fde1226937b7b44401804584
This commit is contained in:
12
Android.bp
12
Android.bp
@@ -150,10 +150,6 @@ cc_binary {
|
||||
// http://llvm.org/bugs/show_bug.cgi?id=21421
|
||||
"-O0",
|
||||
],
|
||||
ldflags: [
|
||||
// This makes the tests run a little faster.
|
||||
"-Wl,--strip-all",
|
||||
],
|
||||
rtti: true,
|
||||
local_include_dirs: [
|
||||
"test/support",
|
||||
@@ -168,6 +164,14 @@ cc_binary {
|
||||
},
|
||||
compile_multilib: "both",
|
||||
host_supported: true,
|
||||
target: {
|
||||
linux: {
|
||||
ldflags: [
|
||||
// This makes the tests run a little faster.
|
||||
"-Wl,--strip-all",
|
||||
],
|
||||
},
|
||||
},
|
||||
gnu_extensions: false,
|
||||
cpp_std: "c++17",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user