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

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

Merge "Allow the host expr."

am: b0e7320f

Change-Id: Iacdc734085ecff25235ea94d09018070f3d1da3a
parents 6e146400 b0e7320f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ var Configuration = map[string]PathConfig{
	"dd":       Allowed,
	"diff":     Allowed,
	"egrep":    Allowed,
	"expr":     Allowed,
	"find":     Allowed,
	"fuser":    Allowed,
	"getopt":   Allowed,
@@ -135,7 +136,6 @@ var Configuration = map[string]PathConfig{
	"du":        LinuxOnlyPrebuilt,
	"echo":      LinuxOnlyPrebuilt,
	"env":       LinuxOnlyPrebuilt,
	"expr":      LinuxOnlyPrebuilt,
	"head":      LinuxOnlyPrebuilt,
	"getconf":   LinuxOnlyPrebuilt,
	"hostname":  LinuxOnlyPrebuilt,