diff options
author | Wei Wang <wvw@google.com> | 2017-06-07 14:06:47 -0700 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-07-08 18:21:15 +0200 |
commit | cff6e078e8403caeda72503f6c3e5ace314d25f9 (patch) | |
tree | 072c8618c81935405bfdd48023113f28d875ea55 /BoardConfigCommon.mk | |
parent | 72a546d36a36711c39b4b2672a13aabd1f2ff8c4 (diff) |
msm8996-common: Use mke2fs to create ext4 images
Set TARGET_USES_MKE2FS := true to use new EXT4 tool chain
Bug: 62421233
Change-Id: Id6e5c68b2d7854e5330ad87443b974361a4bff9d
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b56321f..6cacd16 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -166,6 +166,7 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 402653184 BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4 BOARD_FLASH_BLOCK_SIZE := 262144 # (BOARD_KERNEL_PAGESIZE * 64) TARGET_COPY_OUT_VENDOR := vendor +TARGET_USES_MKE2FS := true # Power TARGET_HAS_NO_WIFI_STATS := true |