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
This commit is contained in:
Elliott Hughes 2024-03-01 16:39:28 +00:00
parent 0684c5fc11
commit 4e0ccf4f59

View file

@ -94,7 +94,6 @@ var Configuration = map[string]PathConfig{
"gcert": Allowed,
"gcertstatus": Allowed,
"gcloud": Allowed,
"getopt": Allowed,
"git": Allowed,
"hexdump": Allowed,
"jar": Allowed,