diff options
author | Anurudh Kumar Tiwari <aktiwari@codeaurora.org> | 2017-06-12 18:14:14 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-15 05:19:36 -0700 |
commit | 3e671e17958a413c149cb8518e7adbed4c56fb28 (patch) | |
tree | fd5f5eb189372f64674edf210dd83f2d640dd1f7 /BoardConfig.mk | |
parent | 0072f36ad2a53a61cebf6e80cb51c76783b69db0 (diff) |
SDM660_64 : Enabling full treble on SDM660
Change-Id: I2d05369b5d945a575fb6d493faf22d2d90519058
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 76a4443..5c758c4 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -73,6 +73,7 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 838860800 BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4 TARGET_COPY_OUT_VENDOR := vendor VENDOR_FSTAB_ENTRY := "/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1,discard wait,slotselect,verify" +BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true endif # Enable suspend during charger mode |