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 \