diff options
| author | Elliott Hughes <enh@google.com> | 2019-01-24 15:19:30 -0800 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2019-02-15 15:49:12 -0800 |
| commit | 47de2a2f52a140593dca59e650b84dc7a26a4fd8 (patch) | |
| tree | f99348b23215297b8fd4888b4fa389a1018d7369 /ui | |
| parent | 7b88d7c9f6a1b5c8c50a581bb16e685be4ecd0d6 (diff) | |
| download | build_soong-47de2a2f52a140593dca59e650b84dc7a26a4fd8.tar.gz build_soong-47de2a2f52a140593dca59e650b84dc7a26a4fd8.tar.bz2 build_soong-47de2a2f52a140593dca59e650b84dc7a26a4fd8.zip | |
Switch sed(1) to toybox.
Test: treehugger
Change-Id: I575ae9db8d94cbec811d0029691df98373f8fe35
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/build/paths/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 6ef7fe92..d4922f30 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -101,7 +101,6 @@ var Configuration = map[string]PathConfig{ "python3": Allowed, "realpath": Allowed, "rsync": Allowed, - "sed": Allowed, "sh": Allowed, "tar": Allowed, "timeout": Allowed, @@ -157,6 +156,7 @@ var Configuration = map[string]PathConfig{ "readlink": LinuxOnlyPrebuilt, "rm": LinuxOnlyPrebuilt, "rmdir": LinuxOnlyPrebuilt, + "sed": LinuxOnlyPrebuilt, "setsid": LinuxOnlyPrebuilt, "sha1sum": LinuxOnlyPrebuilt, "sha256sum": LinuxOnlyPrebuilt, |
