aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorWei Wang <wvw@google.com>2017-06-07 14:06:47 -0700
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-07-08 18:21:15 +0200
commitcff6e078e8403caeda72503f6c3e5ace314d25f9 (patch)
tree072c8618c81935405bfdd48023113f28d875ea55 /BoardConfigCommon.mk
parent72a546d36a36711c39b4b2672a13aabd1f2ff8c4 (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.mk1
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