From 88cf074405bb7e93ee12d7b68034f78aaa6768fd Mon Sep 17 00:00:00 2001 From: Daeho Jeong Date: Wed, 1 Dec 2021 15:25:14 -0800 Subject: Add erofs tools in recovery mode Bug: 201685920 Test: mm fsck.erofs Signed-off-by: Daeho Jeong Change-Id: Ie9a4dcd28c4b6348f34859a9b4989ef1f29f787f --- Android.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Android.mk b/Android.mk index 8ef4830f4..8506040f7 100644 --- a/Android.mk +++ b/Android.mk @@ -68,6 +68,11 @@ LOCAL_REQUIRED_MODULES += \ sload_f2fs.recovery endif +LOCAL_REQUIRED_MODULES += \ + mkfs.erofs.recovery \ + dump.erofs.recovery \ + fsck.erofs.recovery + # On A/B devices recovery-persist reads the recovery related file from the persist storage and # copies them into /data/misc/recovery. Then, for both A/B and non-A/B devices, recovery-persist # parses the last_install file and reports the embedded update metrics. Also, the last_install file -- cgit v1.2.3