diff options
author | Tianjie Xu <xunchang@google.com> | 2018-10-15 20:44:14 +0200 |
---|---|---|
committer | Tianjie Xu <xunchang@google.com> | 2018-10-18 20:42:01 +0200 |
commit | 0dd96853111942330acd6b629aedbddf9dfa6ae6 (patch) | |
tree | b8a1ed113ff856f3293b4c605d7c76be5cb4b8bd /Android.bp | |
parent | Merge "Implement the graphic menus" (diff) | |
download | android_bootable_recovery-0dd96853111942330acd6b629aedbddf9dfa6ae6.tar android_bootable_recovery-0dd96853111942330acd6b629aedbddf9dfa6ae6.tar.gz android_bootable_recovery-0dd96853111942330acd6b629aedbddf9dfa6ae6.tar.bz2 android_bootable_recovery-0dd96853111942330acd6b629aedbddf9dfa6ae6.tar.lz android_bootable_recovery-0dd96853111942330acd6b629aedbddf9dfa6ae6.tar.xz android_bootable_recovery-0dd96853111942330acd6b629aedbddf9dfa6ae6.tar.zst android_bootable_recovery-0dd96853111942330acd6b629aedbddf9dfa6ae6.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 76e69859c..c28dc3be1 100644 --- a/Android.bp +++ b/Android.bp @@ -201,6 +201,7 @@ cc_library_static { "libbase", "libcrypto", "libcrypto_utils", + "libziparchive", ], static_libs: [ |