diff options
author | 2025-03-24 13:47:53 +0100 | |
---|---|---|
committer | 2025-03-24 14:19:04 +0100 | |
commit | d7ae04065d993128fcb8b8331fcaf39692df502a (patch) | |
tree | d67836a45667a65d8734290a22f0abbfba797562 | |
parent | 8cdcd5f7b7b78583dbe85aa94013a69d1c943a93 (diff) |
Add Android.mk allowlist for SDV partner branches
SDV partner branches don't have vendor/google/build/
Bug: 405928541
Test: presubmits
Change-Id: Id6acf64e0a3eb11344e865c0453b0153c88297de
-rw-r--r-- | ui/build/androidmk_denylist.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/androidmk_denylist.go b/ui/build/androidmk_denylist.go index 490e1327b..4134cf5de 100644 --- a/ui/build/androidmk_denylist.go +++ b/ui/build/androidmk_denylist.go @@ -80,6 +80,7 @@ func blockAndroidMks(ctx Context, androidMks []string) { allowlist_files := []string{ "vendor/google/build/androidmk/allowlist.txt", "device/google/clockwork/build/androidmk/allowlist.txt", + "device/google/sdv/androidmk/allowlist.txt", } for _, allowlist_file := range allowlist_files { allowlist := getAllLines(ctx, allowlist_file) |