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:
parent
46d8a3b604
commit
44fc7b1e79
1 changed files with 2 additions and 2 deletions
|
@ -120,10 +120,10 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
libedify \
|
||||
libotafault \
|
||||
libotautil \
|
||||
libbspatch \
|
||||
libbz
|
||||
libbspatch
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libbase \
|
||||
libbz \
|
||||
libcrypto \
|
||||
liblog \
|
||||
libz \
|
||||
|
|
Loading…
Reference in a new issue