diff options
author | Tianjie Xu <xunchang@google.com> | 2017-11-17 17:09:08 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-11-17 17:09:08 +0100 |
commit | c7069cc922ceebb7db0ce4d69a1037768f96db8a (patch) | |
tree | e0fd58ecec78cf45aa1b6134c3ce9d6e7fcd93c3 | |
parent | Merge "Switch imgdiff to libbase logging" (diff) | |
parent | Add libbrotli as a dependency when building applypatch binary (diff) | |
download | android_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.bp | 1 |
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", |