msm8937-common: Use mke2fs to create ext4 images
Set TARGET_USES_MKE2FS := true to use new EXT4 tool chain Bug: 62421233
This commit is contained in:
parent
09316a5599
commit
1b6d1bd174
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||||
|
|
||||||
TARGET_USERIMAGES_USE_F2FS := true
|
TARGET_USERIMAGES_USE_F2FS := true
|
||||||
TARGET_USERIMAGES_USE_EXT4 := true
|
TARGET_USERIMAGES_USE_EXT4 := true
|
||||||
|
TARGET_USES_MKE2FS := true
|
||||||
|
|
||||||
# Extended Filesystem Support
|
# Extended Filesystem Support
|
||||||
TARGET_EXFAT_DRIVER := sdfat
|
TARGET_EXFAT_DRIVER := sdfat
|
||||||
|
|
Loading…
Reference in a new issue