diff options
author | 2025-03-24 09:46:08 -0700 | |
---|---|---|
committer | 2025-03-24 09:46:08 -0700 | |
commit | 9fbbd55e9b0017967fbf854271e673abd82d3a3c (patch) | |
tree | 007d1870e7ac24418b7212540c922393cdde2b36 | |
parent | 156f3dc769b1114428c3c6a8df0def6cea04e55a (diff) | |
parent | d7ae04065d993128fcb8b8331fcaf39692df502a (diff) |
Merge "Add Android.mk allowlist for SDV partner branches" into main
-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) |