forked from openkylin/platform_build
Add e2fsck_ramdisk for VAB devices
e2fsck_ramdisk is critical for VAB devices to boot after an OTA in case of corruption in metadata partition. Test: pass Bug: 147347110 Change-Id: I44ce456c11961ec978dcb4e68c32d72c1fab0c4d
This commit is contained in:
parent
9a190e25d0
commit
04d4c08929
|
@ -17,3 +17,5 @@
|
|||
PRODUCT_VIRTUAL_AB_OTA := true
|
||||
|
||||
PRODUCT_PRODUCT_PROPERTIES += ro.virtual_ab.enabled=true
|
||||
|
||||
PRODUCT_PACKAGES += e2fsck_ramdisk
|
||||
|
|
Loading…
Reference in New Issue