Skip to content

android9/.../mount-android.sh: fix detection of vendor partition

On violet (Redmi Note 9 Pro), the $sys_vendor/dev file returns a path with a trailing space, so the label variable is incorrectly set to "vendor ". Update the awk expression to remove any spaces.

Merge request reports