commit | 15e0680af13667a01930f00c67e915a800c6078a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Jan 27 23:38:00 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 27 23:38:00 2020 +0000 |
tree | 4cce8a607884e2c2bd8e2ddce4c37081be1fafea | |
parent | 19dbfceafd1385cc30eb0b3397b2d827d5cdc883 [diff] | |
parent | 3e87e835573d8ef36338331418b73169d0bee180 [diff] |
Merge "Give strip depfile a unique name, properly include it"
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 \