commit | ab08933f97ef15429640265cfdf2f01c2e680e71 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Sep 04 13:33:30 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Sep 04 13:33:30 2018 -0700 |
tree | d6d9629149a69ff42613aaf0fae380b7eaadde28 | |
parent | 304308ca3f9903674db9afda6b0dfbdf9c0ba672 [diff] [blame] |
Make unzip available. Bug: N/A Test: N/A Change-Id: I7f7a2e5d494536e5eb5f5e8744af224f31351c15
diff --git a/libziparchive/Android.bp b/libziparchive/Android.bp index 2606aa9..fd3f602 100644 --- a/libziparchive/Android.bp +++ b/libziparchive/Android.bp
@@ -158,4 +158,5 @@ "libbase", "libziparchive", ], + recovery_available: true, }