summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-11-02 18:59:20 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-11-02 18:59:20 +0100
commit8202d2188242160ddafbadf96f398eef758cf042 (patch)
tree5b076b0c15601c8e45f9bc2c607f27a3fce01ef4
parentupdate_verifier: Fix the wrong computation with group_range_count. am: 559a6d1d2a (diff)
parentMerge "Add libbrotli as a dependency for libbsdiff" am: 43f194c8bc (diff)
downloadandroid_bootable_recovery-8202d2188242160ddafbadf96f398eef758cf042.tar
android_bootable_recovery-8202d2188242160ddafbadf96f398eef758cf042.tar.gz
android_bootable_recovery-8202d2188242160ddafbadf96f398eef758cf042.tar.bz2
android_bootable_recovery-8202d2188242160ddafbadf96f398eef758cf042.tar.lz
android_bootable_recovery-8202d2188242160ddafbadf96f398eef758cf042.tar.xz
android_bootable_recovery-8202d2188242160ddafbadf96f398eef758cf042.tar.zst
android_bootable_recovery-8202d2188242160ddafbadf96f398eef758cf042.zip
-rw-r--r--applypatch/Android.bp1
-rw-r--r--tests/Android.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/applypatch/Android.bp b/applypatch/Android.bp
index 922f67abf..4d2d4b76a 100644
--- a/applypatch/Android.bp
+++ b/applypatch/Android.bp
@@ -158,6 +158,7 @@ cc_binary_host {
"libbase",
"libutils",
"liblog",
+ "libbrotli",
"libbz",
"libz",
],
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 \