Merge "Revert "bzip2/xz: use the prebuilts.""

am: 77b3fec7c1

Change-Id: I9b618ea68fc17c56b8424947665c2048c609c4b0
This commit is contained in:
Elliott Hughes
2019-04-30 15:55:25 -07:00
committed by android-build-merger

View File

@@ -76,6 +76,7 @@ func GetConfig(name string) PathConfig {
var Configuration = map[string]PathConfig{
"bash": Allowed,
"bc": Allowed,
"bzip2": Allowed,
"date": Allowed,
"dd": Allowed,
"diff": Allowed,
@@ -103,6 +104,7 @@ var Configuration = map[string]PathConfig{
"timeout": Allowed,
"tr": Allowed,
"unzip": Allowed,
"xz": Allowed,
"zip": Allowed,
"zipinfo": Allowed,