summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-11-17 17:09:08 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-17 17:09:08 +0100
commitc7069cc922ceebb7db0ce4d69a1037768f96db8a (patch)
treee0fd58ecec78cf45aa1b6134c3ce9d6e7fcd93c3
parentMerge "Switch imgdiff to libbase logging" (diff)
parentAdd libbrotli as a dependency when building applypatch binary (diff)
downloadandroid_bootable_recovery-c7069cc922ceebb7db0ce4d69a1037768f96db8a.tar
android_bootable_recovery-c7069cc922ceebb7db0ce4d69a1037768f96db8a.tar.gz
android_bootable_recovery-c7069cc922ceebb7db0ce4d69a1037768f96db8a.tar.bz2
android_bootable_recovery-c7069cc922ceebb7db0ce4d69a1037768f96db8a.tar.lz
android_bootable_recovery-c7069cc922ceebb7db0ce4d69a1037768f96db8a.tar.xz
android_bootable_recovery-c7069cc922ceebb7db0ce4d69a1037768f96db8a.tar.zst
android_bootable_recovery-c7069cc922ceebb7db0ce4d69a1037768f96db8a.zip
-rw-r--r--applypatch/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/applypatch/Android.bp b/applypatch/Android.bp
index 4d2d4b76a..b37614072 100644
--- a/applypatch/Android.bp
+++ b/applypatch/Android.bp
@@ -99,6 +99,7 @@ cc_binary {
shared_libs: [
"libbase",
+ "libbrotli",
"libbz",
"libcrypto",
"liblog",