Skip to content

Commit

Permalink
Add --disable-verity --disable-verification to flash vbmeta step
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Oct 7, 2023
1 parent 693e691 commit 377f2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openandroidinstaller/tooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def fastboot_flash_additional_partitions(
if vbmeta:
logger.info("vbmeta selected. Flashing vbmeta partition.")
for line in run_command(
"fastboot flash vbmeta ", target=f"{vbmeta}", bin_path=bin_path
"fastboot --disable-verity --disable-verification flash vbmeta ", target=f"{vbmeta}", bin_path=bin_path
):
yield line
if not is_ab:
Expand Down

0 comments on commit 377f2fa

Please sign in to comment.