Revert "Revert "Restrict plugins to an existing allowlist""
This reverts commit b20a12553e
.
Reason for revert: Rollforward with fix
soong-ca-certificates-apex was missing from allowlist
Test: verify fixes CI breakages
Change-Id: I00687bd2962dbdaaf55189ca4aa82183264eb8d7
This commit is contained in:
@@ -1819,6 +1819,10 @@ func (c *deviceConfig) ShippingApiLevel() ApiLevel {
|
||||
return uncheckedFinalApiLevel(apiLevel)
|
||||
}
|
||||
|
||||
func (c *deviceConfig) BuildBrokenPluginValidation() []string {
|
||||
return c.config.productVariables.BuildBrokenPluginValidation
|
||||
}
|
||||
|
||||
func (c *deviceConfig) BuildBrokenClangAsFlags() bool {
|
||||
return c.config.productVariables.BuildBrokenClangAsFlags
|
||||
}
|
||||
|
Reference in New Issue
Block a user