diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2017-12-25 20:11:29 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-25 20:12:37 +0100 |
commit | b0c321830b33245eae92363c54273506c9112cc2 (patch) | |
tree | 23110951e174232b5b6ca9bd2f0fc7fb6707e0ef /BoardConfigCommon.mk | |
parent | 807551f4a61e88d99b161928fa21d62bf67c0b16 (diff) |
msm8996-common: Enable DTS system mount [2/2]
* Add a fstab.full to make OTA assert not fail the compilation
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7443222..15d9c05 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -182,7 +182,7 @@ TARGET_POWERHAL_VARIANT := qcom TARGET_TAP_TO_WAKE_NODE := "/sys/devices/virtual/touch/tp_dev/gesture_on" # Recovery -TARGET_RECOVERY_FSTAB := $(VENDOR_PATH)/rootdir/etc/fstab.qcom +TARGET_RECOVERY_FSTAB := $(VENDOR_PATH)/rootdir/etc/fstab.full TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true |