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:
2
cc/cc.go
2
cc/cc.go
@@ -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++
|
||||
|
Reference in New Issue
Block a user