Add libbrotli as a dependency for libbsdiff

Bug: 34220646
Test: mma
Change-Id: If00285943fff8226f1bc7239db5570a277739904
This commit is contained in:
Tianjie Xu
2017-10-28 22:13:16 -07:00
parent 166479b259
commit 8c28081039
2 changed files with 2 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ cc_binary_host {
"libbase",
"libutils",
"liblog",
"libbrotli",
"libbz",
"libz",
],

View File

@@ -208,6 +208,7 @@ LOCAL_STATIC_LIBRARIES := \
libutils \
libbase \
libcrypto \
libbrotli \
libbz \
libdivsufsort64 \
libdivsufsort \