aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-11-17 16:09:08 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-17 16:09:08 +0000
commitc7069cc922ceebb7db0ce4d69a1037768f96db8a (patch)
treee0fd58ecec78cf45aa1b6134c3ce9d6e7fcd93c3
parentfd9c25e636d6fb3693ac5a3ef11f5bf783563e58 (diff)
parent3d843868aef444275f4d9aa093c12d51f9a89c00 (diff)
downloadandroid_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.bp1
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",