compatible = "android,vbmeta";
parts = "vbmeta,boot,system,vendor,dtbo";
};
- fstab {
- compatible = "android,fstab";
- vendor {
- compatible = "android,vendor";
- dev = "/dev/block/platform/13520000.ufs/by-name/vendor";
- type = "ext4";
- mnt_flags = "ro";
- fsmgr_flags = "wait,avb,slotselect";
- };
- };
};
};
compatible = "android,vbmeta";
parts = "vbmeta,boot,system,vendor";
};
- fstab {
- compatible = "android,fstab";
- vendor {
- compatible = "android,vendor";
- dev = "/dev/block/platform/13520000.ufs/by-name/vendor";
- type = "ext4";
- mnt_flags = "ro";
- fsmgr_flags = "wait,slotselect";
- };
- };
};
};
compatible = "android,vbmeta";
parts = "vbmeta,boot,system,vendor,dtbo";
};
- fstab {
- compatible = "android,fstab";
- vendor {
- compatible = "android,vendor";
- dev = "/dev/block/platform/13520000.ufs/by-name/vendor";
- type = "ext4";
- mnt_flags = "ro";
- fsmgr_flags = "wait,avb,slotselect";
- };
- };
};
};
firmware {
android {
compatible = "android,firmware";
- fstab {
- compatible = "android,fstab";
- system {
- compatible = "android,system";
- dev = "/dev/block/platform/13d60000.ufs/by-name/system";
- type = "ext4";
- mnt_flags = "ro";
- fsmgr_flags = "wait";
- status = "disabled";
- };
- vendor {
- compatible = "android,vendor";
- dev = "/dev/block/platform/13d60000.ufs/by-name/vendor";
- type = "ext4";
- mnt_flags = "ro";
- fsmgr_flags = "wait";
- status = "okay";
- };
- };
};
};