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

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

Merge "Switch to prebuilt bzip2."

am: 7ceddbae

Change-Id: I686559ac87e33e800e72fc037293a0d1c2673cbc
parents 66b73ced 7ceddbae
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,