Add f2fs.fsck to vendor_ramdisk.

Bug: 202462683
Test: f2fs.fsck is present in first_stage_ramdisk.
Change-Id: Ia4b76fc9ea25637d25e7171ee14278d2d80a2a33
This commit is contained in:
David Anderson 2021-10-07 21:57:01 -07:00
parent b9b28016e6
commit 00addb0d28
1 changed files with 1 additions and 0 deletions

View File

@ -24,3 +24,4 @@ PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.enabled=true
PRODUCT_PACKAGES += \
linker.vendor_ramdisk \
e2fsck.vendor_ramdisk \
fsck.f2fs.vendor_ramdisk \