aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-01-18 15:18:54 -0800
committerElliott Hughes <enh@google.com>2019-01-19 17:43:06 +0000
commit44f0d4e1fc49667aa9ee8b83f0bdb34e6a9fe1eb (patch)
treec0bb275cb630d02dda31a88e591b1561e09e4c83 /ui
parentdb96fc87440d99f2e003cbe2908ca20b717d748e (diff)
downloadbuild_soong-44f0d4e1fc49667aa9ee8b83f0bdb34e6a9fe1eb.tar.gz
build_soong-44f0d4e1fc49667aa9ee8b83f0bdb34e6a9fe1eb.tar.bz2
build_soong-44f0d4e1fc49667aa9ee8b83f0bdb34e6a9fe1eb.zip
Switch to toybox which(1).
Test: treehugger Change-Id: Ic14692b90c2b1246c1c8f72d00d6e0a5223aaf70
Diffstat (limited to 'ui')
-rw-r--r--ui/build/paths/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index 305a8f42..b50748b8 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -109,7 +109,6 @@ var Configuration = map[string]PathConfig{
"timeout": Allowed,
"tr": Allowed,
"unzip": Allowed,
- "which": Allowed,
"xz": Allowed,
"zip": Allowed,
"zipinfo": Allowed,
@@ -175,6 +174,7 @@ var Configuration = map[string]PathConfig{
"unix2dos": Toybox,
"wc": Toybox,
"whoami": Toybox,
+ "which": Toybox,
"xargs": Toybox,
"xxd": Toybox,
}