Allow for setting a logging_parent for an Apex.
Test: go test ./... -test.v -run TestOverrideApex BUG: 148198056 Change-Id: Ib3749e59f5e31903f2dbe75f86534738147a55ec
This commit is contained in:
@@ -1316,6 +1316,9 @@ type overridableProperties struct {
|
||||
// binaries would be installed by default (in PRODUCT_PACKAGES) the other binary will be removed
|
||||
// from PRODUCT_PACKAGES.
|
||||
Overrides []string
|
||||
|
||||
// Logging Parent value
|
||||
Logging_parent string
|
||||
}
|
||||
|
||||
type apexPackaging int
|
||||
|
Reference in New Issue
Block a user