From 03ef64b134b9014cc4c3c3a38c6ea65a6c049619 Mon Sep 17 00:00:00 2001 From: Dennis Shen Date: Wed, 8 Mar 2023 15:39:28 +0000 Subject: [PATCH] add make_erofs to otatools to support erofs apex Change-Id: I272e7a689c563ac0a266e6cd86984fc85a3380b9 --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index 5f236771b7..706661262b 100644 --- a/core/Makefile +++ b/core/Makefile @@ -5140,6 +5140,7 @@ INTERNAL_OTATOOLS_MODULES += \ debugfs_static \ dump_apex_info \ fsck.erofs \ + make_erofs \ merge_zips \ resize2fs \ soong_zip \