Merge "Stop using group_static_libs property" am: bc8a6d063b am: e29dc9dfe1

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1814336

Change-Id: I5461a8ba08b3a88ea01a68a1dab4df87e7dab90d
This commit is contained in:
Treehugger Robot
2021-08-31 18:27:57 +00:00
committed by Automerger Merge Worker
3 changed files with 0 additions and 3 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,
} }
// ========================================================== // ==========================================================

View File

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