aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Veit <claymore1298@gmail.com>2020-10-08 23:22:33 +0300
committerGeorge Zacharia <george.zcharia@gmail.com>2024-07-13 07:19:57 +0530
commitb6d0c086be7a041716d106ff31c4879743a8f7de (patch)
tree9717b85efbbdd2c673eccdc8845746af696aff4e
parent5cf52b53bd3c1ffdf1f0b505b08cd9765ad1cc0d (diff)
soong: whitelist repo
Required for changelog generation Change-Id: Ica31e9595e8ab722daac7f5b20f0b500cd7090d1
-rw-r--r--ui/build/paths/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index 4095864d8..d6dd47806 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -114,6 +114,7 @@ var Configuration = map[string]PathConfig{
"shuf": Allowed,
"mogrify": Allowed,
"xmllint": Allowed,
+ "repo": Allowed,
// Host toolchain is removed. In-tree toolchain should be used instead.
// GCC also can't find cc1 with this implementation.