aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-11-13 22:12:30 -0800
committerElliott Hughes <enh@google.com>2018-11-13 22:12:30 -0800
commit7a907c9291fb57d4dcc6bd8841cedcb70e2e7be2 (patch)
treecc3a5e70d73fe5435ad58205829b2d845f25ae1b
parent8ed9032948f5bb15ccfc73cb053b5007de07f665 (diff)
downloadbuild_soong-7a907c9291fb57d4dcc6bd8841cedcb70e2e7be2.tar.gz
build_soong-7a907c9291fb57d4dcc6bd8841cedcb70e2e7be2.tar.bz2
build_soong-7a907c9291fb57d4dcc6bd8841cedcb70e2e7be2.zip
Move uniq(1) to toybox.
Test: clean build Change-Id: I4819098fd298dbc4f3e424e437a448e1fb1baeaf
-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 6cab5736..4034533b 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -147,7 +147,6 @@ var Configuration = map[string]PathConfig{
"todos": Allowed,
"touch": Allowed,
"tr": Allowed,
- "uniq": Allowed,
"unix2dos": Allowed,
"unzip": Allowed,
"wc": Allowed,
@@ -177,6 +176,7 @@ var Configuration = map[string]PathConfig{
"id": Toybox,
"true": Toybox,
"uname": Toybox,
+ "uniq": Toybox,
"whoami": Toybox,
}