commit | 19dbfceafd1385cc30eb0b3397b2d827d5cdc883 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon Jan 27 23:21:52 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 27 23:21:52 2020 +0000 |
tree | d223dfd0d3f4a58d1b1a5870e50121ffc7fc87ac | |
parent | f78c9f6e3c8cb52d07b5be15d4e2a2b0c99237f2 [diff] | |
parent | eb8a0a003634eb6088ad6361d9390ab1c8c4c2f4 [diff] |
Merge "Add apexer and dependencies to otatools"
diff --git a/core/Makefile b/core/Makefile index 897a5ae..a8c5be3 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -3828,6 +3828,15 @@ 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 \