aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-03-01 16:39:28 +0000
committerElliott Hughes <enh@google.com>2024-03-22 16:08:21 +0000
commit4e0ccf4f595b62f1f0cf7bc5670f16fe0b4736c6 (patch)
tree64e2b588d0ca52363db6568dde53a834a2abcbe3
parent0684c5fc1140190e70fee99d51f12c1d31b859ea (diff)
downloadsoong-4e0ccf4f595b62f1f0cf7bc5670f16fe0b4736c6.tar.gz
We have a prebuilt getopt now.
getopt doesn't appear to be used any more, but we've added the prebuilt anyway. Update soong's $PATH allowlist correspondingly. Change-Id: Id416703697f464f4a3b73771611e087d2ec265d1
-rw-r--r--ui/build/paths/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index 2f25a8ce5..81c678d3f 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -94,7 +94,6 @@ var Configuration = map[string]PathConfig{
"gcert": Allowed,
"gcertstatus": Allowed,
"gcloud": Allowed,
- "getopt": Allowed,
"git": Allowed,
"hexdump": Allowed,
"jar": Allowed,