Fix "local variable '_partition_vbmeta' referenced before assignment"
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)