summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-11-17 17:13:13 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-11-17 17:13:13 +0100
commit086202e30d9fc85639bf77c84aca0df016c98b17 (patch)
treee0fd58ecec78cf45aa1b6134c3ce9d6e7fcd93c3
parentMerge "Switch imgdiff to libbase logging" (diff)
parentMerge "Add libbrotli as a dependency when building applypatch binary" (diff)
downloadandroid_bootable_recovery-086202e30d9fc85639bf77c84aca0df016c98b17.tar
android_bootable_recovery-086202e30d9fc85639bf77c84aca0df016c98b17.tar.gz
android_bootable_recovery-086202e30d9fc85639bf77c84aca0df016c98b17.tar.bz2
android_bootable_recovery-086202e30d9fc85639bf77c84aca0df016c98b17.tar.lz
android_bootable_recovery-086202e30d9fc85639bf77c84aca0df016c98b17.tar.xz
android_bootable_recovery-086202e30d9fc85639bf77c84aca0df016c98b17.tar.zst
android_bootable_recovery-086202e30d9fc85639bf77c84aca0df016c98b17.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",