diff options
author | Tianjie Xu <xunchang@google.com> | 2017-07-11 00:19:24 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-07-11 00:19:24 +0200 |
commit | 918e6ea1b25d5d3121655ff6fd171af5158b5197 (patch) | |
tree | 851abef059862d0029f8b3584093dc2a73f3419f /updater/Android.mk | |
parent | Merge "Fix a rare failure for imgdiff when random data equals gzip header" (diff) | |
parent | Add support to decompress brotli compressed new data (diff) | |
download | android_bootable_recovery-918e6ea1b25d5d3121655ff6fd171af5158b5197.tar android_bootable_recovery-918e6ea1b25d5d3121655ff6fd171af5158b5197.tar.gz android_bootable_recovery-918e6ea1b25d5d3121655ff6fd171af5158b5197.tar.bz2 android_bootable_recovery-918e6ea1b25d5d3121655ff6fd171af5158b5197.tar.lz android_bootable_recovery-918e6ea1b25d5d3121655ff6fd171af5158b5197.tar.xz android_bootable_recovery-918e6ea1b25d5d3121655ff6fd171af5158b5197.tar.zst android_bootable_recovery-918e6ea1b25d5d3121655ff6fd171af5158b5197.zip |
Diffstat (limited to 'updater/Android.mk')
-rw-r--r-- | updater/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/Android.mk b/updater/Android.mk index a113fe86c..86dc48e30 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -47,6 +47,7 @@ updater_common_static_libraries := \ libcrypto_utils \ libcutils \ libtune2fs \ + libbrotli \ $(tune2fs_static_libraries) # libupdater (static library) |