Skip to content
Snippets Groups Projects
Commit bc8a6d06 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Stop using `group_static_libs` property"

parents 93b4b55e d010fb14
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,6 @@ cc_defaults {
"libbase",
"libz",
],
group_static_libs: true,
cflags: [
"-Wall",
......
......@@ -72,7 +72,6 @@ cc_defaults {
"libidmap2_policies",
],
stl: "libc++_static",
group_static_libs: true,
}
// ==========================================================
......@@ -196,9 +195,9 @@ cc_test_host {
],
defaults: ["aapt2_defaults"],
data: [
"integration-tests/CompileTest/**/*",
"integration-tests/CommandTests/**/*",
"integration-tests/ConvertTest/**/*"
"integration-tests/CompileTest/**/*",
"integration-tests/CommandTests/**/*",
"integration-tests/ConvertTest/**/*",
],
}
......
......@@ -48,7 +48,6 @@ cc_defaults {
"libbase",
"libz",
],
group_static_libs: true,
target: {
windows: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment