diff options
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 |