From Android 10 the rootfs is integrated into the system image, implicitly, which is called a system-as-root.
Usually, the root filesystem (rootfs) contains the in-memory mount points to /system, /etc, /sys etc. partitions.
With the system-as-root concept, the above rootfs mount points will be...