Merge "[Bugfix] Fix compilation problems"
This commit is contained in:
commit
994c4a2583
1 changed files with 1 additions and 0 deletions
|
@ -1234,6 +1234,7 @@ def BuildVendorPartitions(output_zip_path):
|
||||||
vendor_misc_info["avb_building_vbmeta_image"] = "false" # skip building vbmeta
|
vendor_misc_info["avb_building_vbmeta_image"] = "false" # skip building vbmeta
|
||||||
vendor_misc_info["use_dynamic_partitions"] = "false" # super_empty
|
vendor_misc_info["use_dynamic_partitions"] = "false" # super_empty
|
||||||
vendor_misc_info["build_super_partition"] = "false" # super split
|
vendor_misc_info["build_super_partition"] = "false" # super split
|
||||||
|
vendor_misc_info["avb_vbmeta_system"] = "" # skip building vbmeta_system
|
||||||
with open(vendor_misc_info_path, "w") as output:
|
with open(vendor_misc_info_path, "w") as output:
|
||||||
for key in sorted(vendor_misc_info):
|
for key in sorted(vendor_misc_info):
|
||||||
output.write("{}={}\n".format(key, vendor_misc_info[key]))
|
output.write("{}={}\n".format(key, vendor_misc_info[key]))
|
||||||
|
|
Loading…
Reference in a new issue