aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-01-11 13:29:17 -0800
committerElliott Hughes <enh@google.com>2019-01-12 17:40:18 +0000
commitc8a454c6206d33f3b5d44eb5a58ae22e56e5d4cb (patch)
treeb25fb258a3de377ce3b70d2da824678cec39a33b /ui
parentfa6c8a1426a2a051af60f5440dc56404fc7bf2e7 (diff)
downloadbuild_soong-c8a454c6206d33f3b5d44eb5a58ae22e56e5d4cb.tar.gz
build_soong-c8a454c6206d33f3b5d44eb5a58ae22e56e5d4cb.tar.bz2
build_soong-c8a454c6206d33f3b5d44eb5a58ae22e56e5d4cb.zip
Switch to toybox getconf(1).
Test: treehugger Change-Id: I7b43673b6a349116dd3e100f5e7eef704244e7ef
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 e306929a..adcc7666 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -85,7 +85,6 @@ var Configuration = map[string]PathConfig{
"egrep": Allowed,
"find": Allowed,
"fuser": Allowed,
- "getconf": Allowed,
"getopt": Allowed,
"git": Allowed,
"grep": Allowed,
@@ -157,6 +156,7 @@ var Configuration = map[string]PathConfig{
"env": Toybox,
"expr": Toybox,
"head": Toybox,
+ "getconf": Toybox,
"id": Toybox,
"ln": Toybox,
"ls": Toybox,