forked from openkylin/platform_build
Makefile: Add the missing library in otatools.zip.
With the change in [1], delta_generator now needs libprotobuf-cpp-lite.so instead of libprotobuf-cpp-lite-rtti.so to generate A/B payloads. [1] commit ab5bd668f6be600a8cceb8772e426c0aa902a5e1 Bug: 27145830 Change-Id: Ib9a93bf0fbe7fa44fc5fb94668d17fa1a2e07b05
This commit is contained in:
parent
b0a15c4d9f
commit
fdd2693b65
|
@ -1470,7 +1470,7 @@ OTATOOLS += \
|
|||
$(HOST_LIBRARY_PATH)/libchrome$(HOST_SHLIB_SUFFIX) \
|
||||
$(HOST_LIBRARY_PATH)/libcurl-host$(HOST_SHLIB_SUFFIX) \
|
||||
$(HOST_LIBRARY_PATH)/libevent-host$(HOST_SHLIB_SUFFIX) \
|
||||
$(HOST_LIBRARY_PATH)/libprotobuf-cpp-lite-rtti$(HOST_SHLIB_SUFFIX) \
|
||||
$(HOST_LIBRARY_PATH)/libprotobuf-cpp-lite$(HOST_SHLIB_SUFFIX) \
|
||||
$(HOST_LIBRARY_PATH)/libssl-host$(HOST_SHLIB_SUFFIX) \
|
||||
$(HOST_LIBRARY_PATH)/libz-host$(HOST_SHLIB_SUFFIX)
|
||||
|
||||
|
|
Loading…
Reference in New Issue