commit | 77b3fec7c1f59ea120465b3270fd38b633d6d921 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 30 22:39:52 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 30 22:39:52 2019 +0000 |
tree | 6908ab2797252587643fe1542c95b0b27cc2f6c1 | |
parent | 42603c4ab5d82b0c21ea85e5ead8a83dc7cf700a [diff] | |
parent | 3d87302a6db4fc8b05aa699963ca485e66aa06d8 [diff] |
Merge "Revert "bzip2/xz: use the prebuilts.""
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 54bc5a8..ed2d9ca 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go
@@ -76,6 +76,7 @@ var Configuration = map[string]PathConfig{ "bash": Allowed, "bc": Allowed, + "bzip2": Allowed, "date": Allowed, "dd": Allowed, "diff": Allowed, @@ -103,6 +104,7 @@ "timeout": Allowed, "tr": Allowed, "unzip": Allowed, + "xz": Allowed, "zip": Allowed, "zipinfo": Allowed,