Merge "Deprecate group_static_libs property" am: add0b0880e

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1814113

Change-Id: Ia5711d638317dcda58628e76b1ba3919f2314cb4
This commit is contained in:
Treehugger Robot
2021-08-31 16:47:56 +00:00
committed by Automerger Merge Worker
4 changed files with 1 additions and 18 deletions

View File

@@ -217,8 +217,6 @@ type Flags struct {
// True if .s files should be processed with the c preprocessor.
AssemblerWithCpp bool
// True if static libraries should be grouped (using `-Wl,--start-group` and `-Wl,--end-group`).
GroupStaticLibs bool
proto android.ProtoFlags
protoC bool // Whether to use C instead of C++