Merge "Switch to prebuilt bzip2." am: 7ceddbae8e

am: ccb204c9cd

Change-Id: Ic3e61ede564239781c7d8664579e206a9756e1ea
This commit is contained in:
Elliott Hughes 2019-07-23 13:12:50 -07:00 committed by android-build-merger
commit 8273964ebe
1 changed files with 2 additions and 5 deletions

View File

@ -74,11 +74,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,
"bash": Allowed,
"bc": Allowed,
"dd": Allowed,
"diff": Allowed,
"dlv": Allowed,