aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-01-12 00:07:40 +0000
committerElliott Hughes <enh@google.com>2019-01-12 00:07:40 +0000
commitde62ce15bc0c15b60d01147f135f5f5f6341ef04 (patch)
treed5b35e21c7186be5152f6e2f2d85b84a2403ada0 /ui
parente259a66d12efa3122be2f34356ef04d7e223e453 (diff)
downloadbuild_soong-de62ce15bc0c15b60d01147f135f5f5f6341ef04.tar.gz
build_soong-de62ce15bc0c15b60d01147f135f5f5f6341ef04.tar.bz2
build_soong-de62ce15bc0c15b60d01147f135f5f5f6341ef04.zip
Revert "Move sed(1) to toybox."
This reverts commit e259a66d12efa3122be2f34356ef04d7e223e453. Reason for revert: http://b/122744241 Change-Id: Id0e86ab79df2356fe12a2659fe39d02469ed9280
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 d6f11b19..4dc62b8c 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -113,6 +113,7 @@ var Configuration = map[string]PathConfig{
"realpath": Allowed,
"rm": Allowed,
"rsync": Allowed,
+ "sed": Allowed,
"sh": Allowed,
"sha1sum": Allowed,
"sha256sum": Allowed,
@@ -165,7 +166,6 @@ var Configuration = map[string]PathConfig{
"paste": Toybox,
"pwd": Toybox,
"rmdir": Toybox,
- "sed": Toybox,
"setsid": Toybox,
"sleep": Toybox,
"tail": Toybox,