applypatch: Use shared lib for libbz.

We have shared lib target for libbz now (and libbz.so is already on
device because of /system/bin/bzip2).

Test: m applypatch
Change-Id: I5fe2468a8d535840245f081a92d436240dddbf6b
This commit is contained in:
Tao Bao 2017-10-11 11:32:46 -07:00
parent 46d8a3b604
commit 44fc7b1e79

View file

@ -120,10 +120,10 @@ LOCAL_STATIC_LIBRARIES := \
libedify \
libotafault \
libotautil \
libbspatch \
libbz
libbspatch
LOCAL_SHARED_LIBRARIES := \
libbase \
libbz \
libcrypto \
liblog \
libz \