Add apexer and dependencies to otatools

We need them to extract and repack the apex file when signing
the apex.

Bug: 146508800
Test: build
Change-Id: Ib38055eac24f28ac59610d03275de05b77d3eeb0
This commit is contained in:
Tianjie Xu 2020-01-23 13:59:13 -08:00
parent 4b26ce076a
commit eb8a0a0036
1 changed files with 9 additions and 0 deletions

View File

@ -3828,6 +3828,15 @@ INTERNAL_OTATOOLS_MODULES := \
verity_verifier \
zipalign \
# Additional tools to unpack and repack the apex file.
INTERNAL_OTATOOLS_MODULES += \
apexer \
deapexer \
debugfs_static \
merge_zips \
resize2fs \
soong_zip \
ifeq (true,$(PRODUCT_SUPPORTS_VBOOT))
INTERNAL_OTATOOLS_MODULES += \
futility \