commit | 33cc80eb1f84d607da1a70b76d8dc0370b51a89a | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Thu May 18 18:20:28 2023 +0000 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Thu May 18 18:20:28 2023 +0000 |
tree | dbc665bd7ac9254dbd0929c2b054b6644d55d699 | |
parent | 0b2cb610104910611a157df99ba36ebe87986032 [diff] [blame] |
Revert "Revert "Restrict plugins to an existing allowlist"" This reverts commit b20a12553ef65a6401dfe0f67ab8b882da0f89db. Reason for revert: Rollforward with fix soong-ca-certificates-apex was missing from allowlist Test: verify fixes CI breakages (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:dfe4a9e4dd088f42ba5e0a3c4f7777c253d378d3) Merged-In: I00687bd2962dbdaaf55189ca4aa82183264eb8d7 Change-Id: I00687bd2962dbdaaf55189ca4aa82183264eb8d7
diff --git a/android/config.go b/android/config.go index acadb3f..01b8cfa 100644 --- a/android/config.go +++ b/android/config.go
@@ -1850,6 +1850,10 @@ return uncheckedFinalApiLevel(apiLevel) } +func (c *deviceConfig) BuildBrokenPluginValidation() []string { + return c.config.productVariables.BuildBrokenPluginValidation +} + func (c *deviceConfig) BuildBrokenClangAsFlags() bool { return c.config.productVariables.BuildBrokenClangAsFlags }