aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-01-18 15:11:22 -0800
committerElliott Hughes <enh@google.com>2019-01-18 15:11:22 -0800
commitb115b81095cddc6a480057d08f4098e51271b370 (patch)
tree23c30d8c1a73b4f70ca9e79ff7128fb0c33488fc /ui
parentf41ed72c97b582efd96a870ae0bea80f24442266 (diff)
downloadbuild_soong-b115b81095cddc6a480057d08f4098e51271b370.tar.gz
build_soong-b115b81095cddc6a480057d08f4098e51271b370.tar.bz2
build_soong-b115b81095cddc6a480057d08f4098e51271b370.zip
Switch to toybox hostname(1).
Test: treehugger Change-Id: Ibf89209befc8564b308c4b26bf08cef721938099
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 1c0ee347..5344e3fc 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -90,7 +90,6 @@ var Configuration = map[string]PathConfig{
"grep": Allowed,
"gzip": Allowed,
"hexdump": Allowed,
- "hostname": Allowed,
"jar": Allowed,
"java": Allowed,
"javap": Allowed,
@@ -146,6 +145,7 @@ var Configuration = map[string]PathConfig{
"expr": Toybox,
"head": Toybox,
"getconf": Toybox,
+ "hostname": Toybox,
"id": Toybox,
"ln": Toybox,
"ls": Toybox,