From 33cc80eb1f84d607da1a70b76d8dc0370b51a89a Mon Sep 17 00:00:00 2001 From: Liz Kammer Date: Thu, 18 May 2023 18:20:28 +0000 Subject: 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 --- android/variable.go | 1 + 1 file changed, 1 insertion(+) (limited to 'android/variable.go') diff --git a/android/variable.go b/android/variable.go index 97171e7b9..40eb00675 100644 --- a/android/variable.go +++ b/android/variable.go @@ -440,6 +440,7 @@ type productVariables struct { ShippingApiLevel *string `json:",omitempty"` + BuildBrokenPluginValidation []string `json:",omitempty"` BuildBrokenClangAsFlags bool `json:",omitempty"` BuildBrokenClangCFlags bool `json:",omitempty"` BuildBrokenClangProperty bool `json:",omitempty"` -- cgit v1.2.3-59-g8ed1b