summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-06-26 15:02:36 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-06-26 15:02:36 -0700
commitbd7ad032cdf6103b358759f09aff0e3ef9271132 (patch)
treed1cdd3d9aa292bc06175a69c347f95a67f7c6830 /BoardConfig.mk
parentfa367f455efb53197cd4603db3a206ce2fab1458 (diff)
parent71a0c776e60e80f50fb7e2df20ec05c8a78b1677 (diff)
Merge "SDM660/630 : Remove vendor partition entry from fstab.qcom"
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-xBoardConfig.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 3537d92..3cba75f 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -72,7 +72,6 @@ ifeq ($(ENABLE_VENDOR_IMAGE), true)
BOARD_VENDORIMAGE_PARTITION_SIZE := 838860800
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
TARGET_COPY_OUT_VENDOR := vendor
-VENDOR_FSTAB_ENTRY := "/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1,discard wait,slotselect,verify"
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
endif