From ade034f4e94237378ec2e88db92dd7d3cc40090d Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Wed, 25 May 2022 13:58:46 -0700 Subject: [PATCH] Remove fs utilities from init_boot module list These modules aren't actually marked with "ramdisk_avaible: true", so including them in the generic ramdisk module list don't do anything. In addition, the generic ramdisk won't have enough space to store all these modules, because each static executable would be 1MB in size, and init_boot is only 8MB. Test: th Change-Id: I589a43ca07d25ffc03a7b72516b329404a92d694 --- target/product/generic_ramdisk.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/product/generic_ramdisk.mk b/target/product/generic_ramdisk.mk index 5b58b0aa97..c7dcd60886 100644 --- a/target/product/generic_ramdisk.mk +++ b/target/product/generic_ramdisk.mk @@ -22,9 +22,6 @@ # Ramdisk PRODUCT_PACKAGES += \ init_first_stage \ - e2fsck.ramdisk \ - fsck.f2fs.ramdisk \ - tune2fs.ramdisk \ snapuserd_ramdisk \ # Debug ramdisk -- GitLab