Merge "Use board api level for seapp coredomain check" into main am: 37a0e4a0bd
am: 2bc8b7cf1b
am: f6bbd111b9
am: ca97a45396
am: 1406f096d6
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2727563 Change-Id: I98e6238b3d2a911b035daf6962cae0a91d15308b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -2085,3 +2085,7 @@ func (c *config) SetApiLibraries(libs []string) {
|
||||
func (c *config) GetApiLibraries() map[string]struct{} {
|
||||
return c.apiLibraries
|
||||
}
|
||||
|
||||
func (c *deviceConfig) CheckVendorSeappViolations() bool {
|
||||
return Bool(c.config.productVariables.CheckVendorSeappViolations)
|
||||
}
|
||||
|
Reference in New Issue
Block a user