Merge "otatools: added missing shared library for make_ext4fs"

This commit is contained in:
Tao Bao 2016-12-21 04:30:26 +00:00 committed by Gerrit Code Review
commit 0ced0a1f50
1 changed files with 2 additions and 1 deletions

View File

@ -1765,7 +1765,8 @@ OTATOOLS += \
$(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) \
$(HOST_LIBRARY_PATH)/libbase$(HOST_SHLIB_SUFFIX)
$(HOST_LIBRARY_PATH)/libbase$(HOST_SHLIB_SUFFIX) \
$(HOST_LIBRARY_PATH)/libpcre2$(HOST_SHLIB_SUFFIX)
.PHONY: otatools
otatools: $(OTATOOLS)