aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-11-14 14:30:56 -0800
committerElliott Hughes <enh@google.com>2018-11-14 14:30:56 -0800
commit2907ceaae2696473d319b0df95d96e69bd38a8cd (patch)
treefb773574215752533e09a900280da5c048003cbf /ui
parent5857f7c1a9b4361fb7c7d5d94e646d2b4b691faa (diff)
downloadbuild_soong-2907ceaae2696473d319b0df95d96e69bd38a8cd.tar.gz
build_soong-2907ceaae2696473d319b0df95d96e69bd38a8cd.tar.bz2
build_soong-2907ceaae2696473d319b0df95d96e69bd38a8cd.zip
Move sleep(1) to toybox.
Test: clean build Change-Id: I724278466c4d1367add79f949d1869e1e50a192d
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 4034533b..555dd1ca 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -137,7 +137,6 @@ var Configuration = map[string]PathConfig{
"sha1sum": Allowed,
"sha256sum": Allowed,
"sha512sum": Allowed,
- "sleep": Allowed,
"sort": Allowed,
"stat": Allowed,
"tar": Allowed,
@@ -174,6 +173,7 @@ var Configuration = map[string]PathConfig{
// On linux we'll use the toybox version of these instead
"cat": Toybox,
"id": Toybox,
+ "sleep": Toybox,
"true": Toybox,
"uname": Toybox,
"uniq": Toybox,