aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-01-11 13:31:16 -0800
committerElliott Hughes <enh@google.com>2019-01-14 20:23:10 +0000
commit61456d15159527f5d1b64bfb5681a4e1e540e91c (patch)
tree7c7e08b2a12dcba779a0f98ad2941d4516ec0e62 /ui
parent6712c0eb87d7e6b5c13827be53e79d466944a5e6 (diff)
downloadbuild_soong-61456d15159527f5d1b64bfb5681a4e1e540e91c.tar.gz
build_soong-61456d15159527f5d1b64bfb5681a4e1e540e91c.tar.bz2
build_soong-61456d15159527f5d1b64bfb5681a4e1e540e91c.zip
Switch to toybox readlink(1).
Test: treehugger Change-Id: Ie1f6be5c2f273809a2691e506fc34c6840c942dd
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 1afcf558..1b80ceb6 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -107,7 +107,6 @@ var Configuration = map[string]PathConfig{
"python": Allowed,
"python2.7": Allowed,
"python3": Allowed,
- "readlink": Allowed,
"realpath": Allowed,
"rm": Allowed,
"rsync": Allowed,
@@ -163,6 +162,7 @@ var Configuration = map[string]PathConfig{
"od": Toybox,
"paste": Toybox,
"pwd": Toybox,
+ "readlink": Toybox,
"rmdir": Toybox,
"setsid": Toybox,
"sleep": Toybox,