aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-01-23 14:33:20 -0800
committerElliott Hughes <enh@google.com>2019-02-06 18:06:48 +0000
commitcc74d59a8000f43580c1ed89e1f7f74eb84da94b (patch)
tree75bda7f501b9cb10ae7051991152c041e8011ede /ui
parentfa8f1370fce5624bed07637e7d4bfe6ea41605f4 (diff)
downloadbuild_soong-cc74d59a8000f43580c1ed89e1f7f74eb84da94b.tar.gz
build_soong-cc74d59a8000f43580c1ed89e1f7f74eb84da94b.tar.bz2
build_soong-cc74d59a8000f43580c1ed89e1f7f74eb84da94b.zip
Switch to one-true-awk.
Test: treehugger Change-Id: I297d21f5a463c4d3070335c7533972397014f171
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 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,