summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Wei Li <weiwli@google.com> 2025-03-24 13:10:58 -0700
committer Wei Li <weiwli@google.com> 2025-03-24 13:10:58 -0700
commit3c3748a4fefa6c025d273220c8a347ce3ea1c440 (patch)
treec55e276af1d16f825d803c1ed6197733719836cf
parent09f9e0f678d2ba54b44b26fe70babd75353cb35a (diff)
Update allowlist for partner branches
Bug: 405307057 Test: presubmits Change-Id: I972e3e344e0e4d7b024acfc693879b8bb3ccff5e
-rw-r--r--ui/build/androidmk_denylist.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/androidmk_denylist.go b/ui/build/androidmk_denylist.go
index 4134cf5de..82666548d 100644
--- a/ui/build/androidmk_denylist.go
+++ b/ui/build/androidmk_denylist.go
@@ -62,6 +62,7 @@ var androidmk_denylist []string = []string{
var androidmk_allowlist []string = []string{
"art/Android.mk",
"bootable/deprecated-ota/updater/Android.mk",
+ "tools/vendor/google_prebuilts/arc/Android.mk",
}
func getAllLines(ctx Context, filename string) []string {