diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-01-31 22:04:13 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:54 +0300 |
commit | 7f63be6f6311169b3e0ac4bbd236b0a989b17e65 (patch) | |
tree | c49b80f2d49db8ba14ea19cca55dc1c6a9e4eea9 /BoardConfigCommon.mk | |
parent | 59c6f927be9cd97c682eeaf30e6250589a42ccad (diff) |
sdm660-common: Decommonize fstab
Change-Id: I896f23812eccdd83762de04d7f175b4270ad2f77
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 |