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

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

Merge "Switch to prebuilt bzip2." am: 7ceddbae am: ccb204c9

am: 8273964e

Change-Id: I5d7a3d9bdcf58865e531f14b513ee0882379a934
parents 5dfc8da0 8273964e
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -76,9 +76,6 @@ 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,
	"dd":       Allowed,
	"diff":     Allowed,
	"dlv":      Allowed,