Make unzip available.

Bug: N/A
Test: N/A
Change-Id: I7f7a2e5d494536e5eb5f5e8744af224f31351c15
This commit is contained in:
Elliott Hughes 2018-09-04 13:33:30 -07:00
parent 304308ca3f
commit ab08933f97
2 changed files with 3 additions and 0 deletions

View File

@ -158,4 +158,5 @@ cc_binary {
"libbase",
"libziparchive",
],
recovery_available: true,
}

View File

@ -21,6 +21,7 @@ phony {
"tcpdump",
"toolbox",
"toybox",
"unzip",
],
}
@ -31,6 +32,7 @@ phony {
"sh.recovery",
"toolbox.recovery",
"toybox.recovery",
"unzip.recovery",
],
}