Merge "Stop using group_static_libs property"

This commit is contained in:
Treehugger Robot
2021-08-31 17:54:09 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 6 deletions

View File

@@ -50,7 +50,6 @@ cc_defaults {
"libbase", "libbase",
"libz", "libz",
], ],
group_static_libs: true,
cflags: [ cflags: [
"-Wall", "-Wall",

View File

@@ -72,7 +72,6 @@ cc_defaults {
"libidmap2_policies", "libidmap2_policies",
], ],
stl: "libc++_static", stl: "libc++_static",
group_static_libs: true,
} }
// ========================================================== // ==========================================================
@@ -198,7 +197,7 @@ cc_test_host {
data: [ data: [
"integration-tests/CompileTest/**/*", "integration-tests/CompileTest/**/*",
"integration-tests/CommandTests/**/*", "integration-tests/CommandTests/**/*",
"integration-tests/ConvertTest/**/*" "integration-tests/ConvertTest/**/*",
], ],
} }

View File

@@ -48,7 +48,6 @@ cc_defaults {
"libbase", "libbase",
"libz", "libz",
], ],
group_static_libs: true,
target: { target: {
windows: { windows: {