diff options
author | LuK1337 <priv.luk@gmail.com> | 2023-10-10 16:01:04 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-12-25 21:42:48 +0800 |
commit | 4b6a8f9bfa0ddcba6f252d2b70db6fd3083285de (patch) | |
tree | 5c741567112edc11b68b0a56073fa38c12ea1fa0 | |
parent | 42246d52870318c17326af2553c0b1f51a0bbae4 (diff) |
Add vendor/ice-priv/keys to allowlist
Product dev certificate now requires android_certificate_directory file
group.
Change-Id: Ic12e41ca8d59ca4fea4238b57cf2feaf53b0532d
-rw-r--r-- | android/allowlists/allowlists.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 63d4e11e0..30ce8b42c 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -440,6 +440,8 @@ var ( // TODO(b/266459895): remove this and the placeholder BUILD file after re-enabling libunwindstack "external/rust/crates/rustc-demangle-capi":/* recursive = */ false, + + "vendor/ice-priv/keys":/* recursive = */ false, } Bp2buildModuleAlwaysConvertList = []string{ |