diff options
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f423161..013deaf 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -194,11 +194,6 @@ BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop # Recovery -ifeq ($(AB_OTA_UPDATER), true) -TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/rootdir/etc/fstab_AB.qcom -else -TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/rootdir/etc/fstab.qcom -endif BOARD_HAS_LARGE_FILESYSTEM := true # RIL |