diff options
author | Tianjie Xu <xunchang@google.com> | 2017-11-02 18:50:40 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-11-02 18:50:40 +0100 |
commit | 43f194c8bc383fdda40505813db98c9f7860417b (patch) | |
tree | b44b437db1f3a5ee1b4d31b286d9a4e2e5084db7 /tests | |
parent | Merge "Fix the size mismatch in imgdiff" (diff) | |
parent | Add libbrotli as a dependency for libbsdiff (diff) | |
download | android_bootable_recovery-43f194c8bc383fdda40505813db98c9f7860417b.tar android_bootable_recovery-43f194c8bc383fdda40505813db98c9f7860417b.tar.gz android_bootable_recovery-43f194c8bc383fdda40505813db98c9f7860417b.tar.bz2 android_bootable_recovery-43f194c8bc383fdda40505813db98c9f7860417b.tar.lz android_bootable_recovery-43f194c8bc383fdda40505813db98c9f7860417b.tar.xz android_bootable_recovery-43f194c8bc383fdda40505813db98c9f7860417b.tar.zst android_bootable_recovery-43f194c8bc383fdda40505813db98c9f7860417b.zip |
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index b0f71a832..8ebb60308 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -208,6 +208,7 @@ LOCAL_STATIC_LIBRARIES := \ libutils \ libbase \ libcrypto \ + libbrotli \ libbz \ libdivsufsort64 \ libdivsufsort \ |