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

Commit dc2699cf authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "bzip2/xz: use the prebuilts."

parents feef2ef4 e114b3f0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -76,7 +76,6 @@ func GetConfig(name string) PathConfig {
var Configuration = map[string]PathConfig{
	"bash":     Allowed,
	"bc":       Allowed,
	"bzip2":    Allowed,
	"date":     Allowed,
	"dd":       Allowed,
	"diff":     Allowed,
@@ -104,7 +103,6 @@ var Configuration = map[string]PathConfig{
	"timeout":  Allowed,
	"tr":       Allowed,
	"unzip":    Allowed,
	"xz":       Allowed,
	"zip":      Allowed,
	"zipinfo":  Allowed,