From c7adf80676e3eeee74f1c2135b1dd8c214d43cde Mon Sep 17 00:00:00 2001 From: Mister Oyster Date: Sun, 10 Dec 2017 15:52:43 +0100 Subject: [PATCH] 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 --- PlatformConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/PlatformConfig.mk b/PlatformConfig.mk index 47133c2..1222fb6 100644 --- a/PlatformConfig.mk +++ b/PlatformConfig.mk @@ -32,3 +32,4 @@ BOARD_FLASH_BLOCK_SIZE := 131072 TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true +TARGET_USES_MKE2FS := true