From 4e0ccf4f595b62f1f0cf7bc5670f16fe0b4736c6 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 1 Mar 2024 16:39:28 +0000 Subject: [PATCH] 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 --- ui/build/paths/config.go | 1 - 1 file changed, 1 deletion(-) 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,