fs: use mke2fs for better system stability

... and a dropped forced check that occurs on every boot, use the new
ext4 generation tool by setting TARGET_USES_MKE2FS in BoardConfig.mk

based off https://source.android.com/devices/tech/perf/boot-times
This commit is contained in:
Mister Oyster 2017-12-10 15:52:43 +01:00
parent 3be1ea0284
commit c7adf80676
1 changed files with 1 additions and 0 deletions

View File

@ -32,3 +32,4 @@ BOARD_FLASH_BLOCK_SIZE := 131072
TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true
TARGET_USES_MKE2FS := true