Android divides device storage into system partitions (containing the OS) and vendor partitions (hardware-specific code). System partitions include boot, system, and (since Android 13) init_boot. Vendor partitions include vendor, odm, and related par...