aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-01-11 22:20:42 +0000
committerElliott Hughes <enh@google.com>2019-01-11 22:20:42 +0000
commite44c4122200202a559a23740e382430920aec1da (patch)
treed5b35e21c7186be5152f6e2f2d85b84a2403ada0 /ui
parente6df3b80a628e271c019c95b844110a3aff284cd (diff)
downloadbuild_soong-e44c4122200202a559a23740e382430920aec1da.tar.gz
build_soong-e44c4122200202a559a23740e382430920aec1da.tar.bz2
build_soong-e44c4122200202a559a23740e382430920aec1da.zip
Revert "Switch to toybox patch(1)."
This reverts commit e6df3b80a628e271c019c95b844110a3aff284cd. Reason for revert: http://b/122739027 Change-Id: I5a55835fbb068e3129a69caf887611cd705613f7
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 d74dbe2b..4dc62b8c 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -101,6 +101,7 @@ var Configuration = map[string]PathConfig{
"mktemp": Allowed,
"mv": Allowed,
"openssl": Allowed,
+ "patch": Allowed,
"pgrep": Allowed,
"pkill": Allowed,
"ps": Allowed,
@@ -163,7 +164,6 @@ var Configuration = map[string]PathConfig{
"mkdir": Toybox,
"od": Toybox,
"paste": Toybox,
- "patch": Toybox,
"pwd": Toybox,
"rmdir": Toybox,
"setsid": Toybox,