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

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

Merge "Move to toybox basename(1)."

am: d00bbd72

Change-Id: Idbcfeda542f267087794561864f0a53897b55d2a
parents a06497ae d00bbd72
Loading
Loading
Loading
Loading
+18 −18
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@ func GetConfig(name string) PathConfig {

var Configuration = map[string]PathConfig{
	"awk":       Allowed,
	"basename":  Allowed,
	"bash":      Allowed,
	"bc":        Allowed,
	"bzip2":     Allowed,
@@ -161,6 +160,7 @@ var Configuration = map[string]PathConfig{
	"pkg-config": Forbidden,

	// On linux we'll use the toybox version of these instead
	"basename": Toybox,
	"cat":      Toybox,
	"comm":     Toybox,
	"env":      Toybox,