forked from Mirror/pmbootstrap
Add "flash_fastboot_vendor_id" deviceinfo variable for fastboot flash method (#857)
This commit is contained in:
parent
e735be93e4
commit
6fb5b28e2f
3 changed files with 13 additions and 7 deletions
|
@ -34,6 +34,7 @@ def variables(args, flavor, method):
|
|||
"$BOOT": "/mnt/rootfs_" + args.device + "/boot",
|
||||
"$FLAVOR": flavor if flavor is not None else "",
|
||||
"$IMAGE": "/home/pmos/rootfs/" + args.device + ".img",
|
||||
"$VENDOR_ID": args.deviceinfo["flash_fastboot_vendor_id"],
|
||||
"$KERNEL_CMDLINE": _cmdline,
|
||||
"$PARTITION_KERNEL": args.deviceinfo["flash_heimdall_partition_kernel"] or "KERNEL",
|
||||
"$PARTITION_INITFS": args.deviceinfo["flash_heimdall_partition_initfs"] or "RECOVERY",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue