Skip to content

Commit 377f2fa

Browse files
committed
Add --disable-verity --disable-verification to flash vbmeta step
1 parent 693e691 commit 377f2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openandroidinstaller/tooling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def fastboot_flash_additional_partitions(
505505
if vbmeta:
506506
logger.info("vbmeta selected. Flashing vbmeta partition.")
507507
for line in run_command(
508-
"fastboot flash vbmeta ", target=f"{vbmeta}", bin_path=bin_path
508+
"fastboot --disable-verity --disable-verification flash vbmeta ", target=f"{vbmeta}", bin_path=bin_path
509509
):
510510
yield line
511511
if not is_ab:

0 commit comments

Comments
 (0)