diff options
author | 2023-05-23 17:08:46 +0000 | |
---|---|---|
committer | 2023-05-23 17:08:46 +0000 | |
commit | 1befe407a1bca6fa04b5f19c7dfcb58699573b77 (patch) | |
tree | b6b36df5d72b8c772d214908cb00e8bbc73580dd /android/config.go | |
parent | 04a1809d2a2eb31a47a8018a95c0d25766c8c016 (diff) | |
parent | 33cc80eb1f84d607da1a70b76d8dc0370b51a89a (diff) |
Merge "Revert "Revert "Restrict plugins to an existing allowlist"""
Diffstat (limited to 'android/config.go')
-rw-r--r-- | android/config.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/config.go b/android/config.go index 4f0a64dfe..d0f2ea44c 100644 --- a/android/config.go +++ b/android/config.go @@ -1880,6 +1880,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 } |