aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-05-09 13:59:01 -0700
committerElliott Hughes <enh@google.com>2019-05-09 17:38:46 -0700
commitecde55669f7e3810b4fe74c2fc64cc4b66ecc73f (patch)
treeed8c1dac8bb55dcb7692fbb05392c5d6d143f945
parent57b77658bc56e89168f389aacc448d58f8e7ba44 (diff)
downloadbuild_soong-ecde55669f7e3810b4fe74c2fc64cc4b66ecc73f.tar.gz
build_soong-ecde55669f7e3810b4fe74c2fc64cc4b66ecc73f.tar.bz2
build_soong-ecde55669f7e3810b4fe74c2fc64cc4b66ecc73f.zip
Go back to the host sed until we have a faster prebuilt.
Bug: https://issuetracker.google.com/131747477 Test: treehugger (cherry picked from commit 18e0d5e0f04d09f942bc66bceb582a5b10b3c46c) Change-Id: Ie17468f622ae9f995e86f08f692874fa1a722c74 Merged-In: I120fe1200216afdb492bd1353848d12a4be1f496
-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 2c44fecf..f4bb89fb 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -100,6 +100,7 @@ var Configuration = map[string]PathConfig{
"python3": Allowed,
"realpath": Allowed,
"rsync": Allowed,
+ "sed": Allowed,
"sh": Allowed,
"tar": Allowed,
"timeout": Allowed,
@@ -154,7 +155,6 @@ var Configuration = map[string]PathConfig{
"readlink": LinuxOnlyPrebuilt,
"rm": LinuxOnlyPrebuilt,
"rmdir": LinuxOnlyPrebuilt,
- "sed": LinuxOnlyPrebuilt,
"seq": LinuxOnlyPrebuilt,
"setsid": LinuxOnlyPrebuilt,
"sha1sum": LinuxOnlyPrebuilt,