summaryrefslogtreecommitdiff
path: root/fstab_AB_variant.qcom
diff options
context:
space:
mode:
authorArusha Goyal <arushag@codeaurora.org>2017-05-19 11:17:06 +0530
committerArusha Goyal <arushag@codeaurora.org>2017-07-23 17:41:57 +0530
commit0810f45824981604d932600ea4739ad26a4f595d (patch)
tree9303ab0ab347ec7cb41eff7f68de89adc97ee410 /fstab_AB_variant.qcom
parent9a1b8b4bf9ecd2f7849a5f57ddcc194ce692b37f (diff)
Support the combinations of A/B and split.
This change introduces compile time flags based on which we can build combinations of A/B and split features. Based on the flags, appropriate settings are done in mk files, and appropriate fstab.qcom/recovery.fstab are picked. Change-Id: I55cbec9c280f95b043f31b833aef11c2cbe4ab00
Diffstat (limited to 'fstab_AB_variant.qcom')
-rwxr-xr-xfstab_AB_variant.qcom17
1 files changed, 17 insertions, 0 deletions
diff --git a/fstab_AB_variant.qcom b/fstab_AB_variant.qcom
new file mode 100755
index 0000000..aa1a9b0
--- /dev/null
+++ b/fstab_AB_variant.qcom
@@ -0,0 +1,17 @@
+# Android fstab file.
+# The filesystem that contains the filesystem checker binary (typically /system) cannot
+# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
+
+#TODO: Add 'check' as fs_mgr_flags with data partition.
+# Currently we dont have e2fsck compiled. So fs check would failed.
+
+# A/B fstab.qcom variant
+#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
+/dev/block/bootdevice/by-name/system / ext4 ro,barrier=1,discard wait,slotselect,verify
+/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard,lazytime wait,check,forceencrypt=footer,crashcheck
+/devices/soc/c084000.sdhci/mmc_host* /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto,encryptable=footer
+/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults
+/dev/block/bootdevice/by-name/modem /firmware vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait,slotselect
+/dev/block/bootdevice/by-name/bluetooth /bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=227,fmask=337,context=u:object_r:bt_firmware_file:s0 wait,slotselect
+/devices/soc/a800000.ssusb/a800000.dwc3/xhci-hcd.0.auto* /storage/usbotg vfat nosuid,nodev wait,voldmanaged=usbotg:auto
+/dev/block/bootdevice/by-name/dsp /dsp ext4 ro,nosuid,nodev,barrier=1 wait,slotselect