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
This commit is contained in:
Kelvin Zhang
2022-05-25 13:58:46 -07:00
parent 4117e78575
commit ade034f4e9

View File

@@ -22,9 +22,6 @@
# Ramdisk # Ramdisk
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
init_first_stage \ init_first_stage \
e2fsck.ramdisk \
fsck.f2fs.ramdisk \
tune2fs.ramdisk \
snapuserd_ramdisk \ snapuserd_ramdisk \
# Debug ramdisk # Debug ramdisk