diff options
| author | Elliott Hughes <enh@google.com> | 2019-02-13 00:56:35 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-02-13 00:56:35 +0000 |
| commit | a0f23ad233427101fb4ce35d665817d758007fea (patch) | |
| tree | 44f510a31d144eca25360922da0a649b6978fa37 /ui | |
| parent | a838004f8c0b1cc7f522e8509cd2e9fe7b536e16 (diff) | |
| parent | cc74d59a8000f43580c1ed89e1f7f74eb84da94b (diff) | |
| download | build_soong-a0f23ad233427101fb4ce35d665817d758007fea.tar.gz build_soong-a0f23ad233427101fb4ce35d665817d758007fea.tar.bz2 build_soong-a0f23ad233427101fb4ce35d665817d758007fea.zip | |
Merge "Switch to one-true-awk."
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 17decd08..b9713fee 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -74,7 +74,6 @@ func GetConfig(name string) PathConfig { } var Configuration = map[string]PathConfig{ - "awk": Allowed, "bash": Allowed, "bc": Allowed, "bzip2": Allowed, @@ -127,6 +126,7 @@ var Configuration = map[string]PathConfig{ "pkg-config": Forbidden, // On Linux we'll use the toybox versions of these instead. + "awk": Toybox, // Strictly one-true-awk, but... "basename": Toybox, "cat": Toybox, "chmod": Toybox, |
