Add "flasher flash_vbmeta" support for heimdall devices (MR 1936)

This commit is contained in:
HenriDellal 2020-05-13 22:32:49 +03:00 committed by Oliver Smith
parent 40a328388d
commit 4e3a2d6923
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
4 changed files with 13 additions and 3 deletions

View file

@ -16,7 +16,7 @@ def variables(args, flavor, method):
else:
_partition_kernel = args.deviceinfo["flash_heimdall_partition_kernel"] or "KERNEL"
_partition_system = args.deviceinfo["flash_heimdall_partition_system"] or "SYSTEM"
_partition_vbmeta = None
_partition_vbmeta = args.deviceinfo["flash_heimdall_partition_vbmeta"] or None
if "partition" in args and args.partition:
# Only one of operations is done at same time so it doesn't matter sharing the arg