From eb8a0a003634eb6088ad6361d9390ab1c8c4c2f4 Mon Sep 17 00:00:00 2001 From: Tianjie Xu Date: Thu, 23 Jan 2020 13:59:13 -0800 Subject: [PATCH] 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 --- core/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/Makefile b/core/Makefile index 897a5ae08d..a8c5be3a57 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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 \