Skip to content

Fix "local variable '_partition_vbmeta' referenced before assignment"

Alexey Min requested to merge fix-recoveryzip-vbmeta into master

Turns out this code path (pmb.flasher.variables) is also used by android-recovery-zip. And for devices not using fastboot this variable becomes undefined. Normal installation way (using flasher) never gets here...

Fixes #1893 (closed)

Merge request reports