Pack libfec.so into otatools.zip.
delta_generator now has a dependency on libfec.so [1], for generating A/B incrementals. [1] https://android-review.googlesource.com/c/platform/system/update_engine/+/854154 Bug: 122280472 Test: `m -j otatools-package` with aosp_marlin-userdebug. Check that `otatools.zip` contains libfec.so. Change-Id: Ia6642bb2c7ccb0f89ad3079bdf65e4dbffee13f5
This commit is contained in:
parent
5723181c53
commit
a19f8e993b
1 changed files with 2 additions and 1 deletions
|
@ -3282,7 +3282,8 @@ OTATOOLS += \
|
|||
$(HOST_LIBRARY_PATH)/libpcre2$(HOST_SHLIB_SUFFIX) \
|
||||
$(HOST_LIBRARY_PATH)/libbrotli$(HOST_SHLIB_SUFFIX) \
|
||||
$(HOST_LIBRARY_PATH)/liblp$(HOST_SHLIB_SUFFIX) \
|
||||
$(HOST_LIBRARY_PATH)/libext4_utils$(HOST_SHLIB_SUFFIX)
|
||||
$(HOST_LIBRARY_PATH)/libext4_utils$(HOST_SHLIB_SUFFIX) \
|
||||
$(HOST_LIBRARY_PATH)/libfec$(HOST_SHLIB_SUFFIX)
|
||||
|
||||
|
||||
.PHONY: otatools
|
||||
|
|
Loading…
Reference in a new issue