diff options
author | Tianjie Xu <xunchang@google.com> | 2017-11-17 16:09:08 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-11-17 16:09:08 +0000 |
commit | c7069cc922ceebb7db0ce4d69a1037768f96db8a (patch) | |
tree | e0fd58ecec78cf45aa1b6134c3ce9d6e7fcd93c3 | |
parent | fd9c25e636d6fb3693ac5a3ef11f5bf783563e58 (diff) | |
parent | 3d843868aef444275f4d9aa093c12d51f9a89c00 (diff) | |
download | android_bootable_recovery-c7069cc922ceebb7db0ce4d69a1037768f96db8a.tar.gz android_bootable_recovery-c7069cc922ceebb7db0ce4d69a1037768f96db8a.tar.bz2 android_bootable_recovery-c7069cc922ceebb7db0ce4d69a1037768f96db8a.zip |
Merge "Add libbrotli as a dependency when building applypatch binary"
-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 4d2d4b76..b3761407 100644 --- a/applypatch/Android.bp +++ b/applypatch/Android.bp @@ -99,6 +99,7 @@ cc_binary { shared_libs: [ "libbase", + "libbrotli", "libbz", "libcrypto", "liblog", |