sdm660-common: Use mke2fs to create ext4 images
Set TARGET_USES_MKE2FS := true to use new EXT4 tool chain Bug: 62421233 Change-Id: Id6e5c68b2d7854e5330ad87443b974361a4bff9d
This commit is contained in:
parent
f7c2061271
commit
9451c24666
1 changed files with 3 additions and 0 deletions
|
@ -266,6 +266,9 @@ PRODUCT_ACTIONABLE_COMPATIBLE_PROPERTY_DISABLE :=true
|
|||
# Timeservice
|
||||
BOARD_USES_QC_TIME_SERVICES := true
|
||||
|
||||
# Use mke2fs to create ext4 images
|
||||
TARGET_USES_MKE2FS := true
|
||||
|
||||
# Wifi
|
||||
BOARD_HAS_QCOM_WLAN := true
|
||||
BOARD_WLAN_DEVICE := qcwcn
|
||||
|
|
Loading…
Reference in a new issue