diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2018-02-27 20:00:45 +0000 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-02 00:02:48 +0100 |
commit | d1db139ac0bab3d0a9c47596d618cc16b4ae7a4c (patch) | |
tree | fcca7994ccbbb952a176c1621a20b5f620f18e5c /BoardConfigCommon.mk | |
parent | 2dc1a7bc0c5a382adf9a2ae12b9fd38f21993348 (diff) |
msm8996-common: Get rid of recovery-only fstab
* Mounting /system and /vendor partitions is handled in kernel now,
however removing the entries from fstab caused issues building
the OTA. The workaround was to have a separate fstab, but turns out
that simply setting the recoveryonly flag does the trick because
those are then ignored during a normal Android boot.
Change-Id: I2944384d0a1c41bc9f9f51e2e29daff2bed0a0f4
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 edbedfb..113d6b5 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -184,7 +184,7 @@ BOARD_USES_QCOM_HARDWARE := true TARGET_HAS_NO_WIFI_STATS := true # Recovery -TARGET_RECOVERY_FSTAB := $(VENDOR_PATH)/rootdir/etc/fstab.full +TARGET_RECOVERY_FSTAB := $(VENDOR_PATH)/rootdir/etc/fstab.qcom TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true |