From d1db139ac0bab3d0a9c47596d618cc16b4ae7a4c Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Tue, 27 Feb 2018 20:00:45 +0000 Subject: 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 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BoardConfigCommon.mk') 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 -- cgit v1.2.3