Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbc7064c authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Switch to one-true-awk." am: a0f23ad2

am: 7a6a06be

Change-Id: If3e7793ffc7cbe108ed40e07d788cd6366729c01
parents 785bad31 7a6a06be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,