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

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

Merge "xz: force use of the prebuilt." am: 945c7266 am: 3e0a335c

am: 8b637d1b

Change-Id: Ifd45373f819abcfe09178eb4246c56c57be4aa21
parents 390c78e0 8b637d1b
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -76,6 +76,8 @@ func GetConfig(name string) PathConfig {
var Configuration = map[string]PathConfig{
	"bash": Allowed,
	"bc":   Allowed,
	// We need bzip2 here even though we provide a bzip2 binary because
	// GNU tar seems to avoid calling ours.
	"bzip2":    Allowed,
	"date":     Allowed,
	"dd":       Allowed,
@@ -104,7 +106,6 @@ var Configuration = map[string]PathConfig{
	"timeout":  Allowed,
	"tr":       Allowed,
	"unzip":    Allowed,
	"xz":       Allowed,
	"zip":      Allowed,
	"zipinfo":  Allowed,