Make unzip available.
Bug: N/A Test: N/A Change-Id: I7f7a2e5d494536e5eb5f5e8744af224f31351c15
This commit is contained in:
parent
304308ca3f
commit
ab08933f97
|
@ -158,4 +158,5 @@ cc_binary {
|
|||
"libbase",
|
||||
"libziparchive",
|
||||
],
|
||||
recovery_available: true,
|
||||
}
|
||||
|
|
|
@ -21,6 +21,7 @@ phony {
|
|||
"tcpdump",
|
||||
"toolbox",
|
||||
"toybox",
|
||||
"unzip",
|
||||
],
|
||||
}
|
||||
|
||||
|
@ -31,6 +32,7 @@ phony {
|
|||
"sh.recovery",
|
||||
"toolbox.recovery",
|
||||
"toybox.recovery",
|
||||
"unzip.recovery",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue