aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-11-14 05:26:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-11-14 05:26:21 +0000
commit8ed9032948f5bb15ccfc73cb053b5007de07f665 (patch)
tree49e15209d9ca30251a7ee6076c9b9263d74aa583
parentb9619f0746c7282a01f922bf71f5636a097e4a89 (diff)
parent5d593238e2b8f8f983a49e25f87458d1aa6c7302 (diff)
downloadbuild_soong-8ed9032948f5bb15ccfc73cb053b5007de07f665.tar.gz
build_soong-8ed9032948f5bb15ccfc73cb053b5007de07f665.tar.bz2
build_soong-8ed9032948f5bb15ccfc73cb053b5007de07f665.zip
Merge "Move cat(1) to toybox."
-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 f3406e52..6cab5736 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -79,7 +79,6 @@ var Configuration = map[string]PathConfig{
"bash": Allowed,
"bc": Allowed,
"bzip2": Allowed,
- "cat": Allowed,
"chmod": Allowed,
"cmp": Allowed,
"comm": Allowed,
@@ -174,6 +173,7 @@ var Configuration = map[string]PathConfig{
"pkg-config": Forbidden,
// On linux we'll use the toybox version of these instead
+ "cat": Toybox,
"id": Toybox,
"true": Toybox,
"uname": Toybox,