Home | History | Annotate | Download | only in releasetools

Lines Matching full:info_dict

349 def AppendAssertions(script, info_dict):
350 device = GetBuildProp("ro.product.device", info_dict)
384 boot_type, boot_device = common.GetTypeAndDevice("/boot", OPTIONS.info_dict)
385 recovery_type, recovery_device = common.GetTypeAndDevice("/recovery", OPTIONS.info_dict)
412 script = edify_generator.EdifyGenerator(3, OPTIONS.info_dict)
415 OPTIONS.info_dict),
417 OPTIONS.info_dict),
419 OPTIONS.info_dict),
424 input_version=OPTIONS.info_dict["recovery_api_version"],
429 info_dict=OPTIONS.info_dict)
432 ts = GetBuildProp("ro.build.date.utc", OPTIONS.info_dict)
433 ts_text = GetBuildProp("ro.build.date", OPTIONS.info_dict)
436 AppendAssertions(script, OPTIONS.info_dict)
461 if not OPTIONS.info_dict.get("multistage_support", None):
463 fs = OPTIONS.info_dict["fstab"]["/misc"]
485 if "selinux_fc" in OPTIONS.info_dict:
486 WritePolicyConfig(OPTIONS.info_dict["selinux_fc"], output_zip)
503 common.CheckSize(boot_img.data, "boot.img", OPTIONS.info_dict)
557 def GetBuildProp(prop, info_dict):
558 """Return the fingerprint of the build of a given target-files info_dict."""
560 return info_dict.get("build.prop", {})[prop]
599 info_dict=OPTIONS.info_dict)
723 if not OPTIONS.info_dict.get("multistage_support", None):
725 fs = OPTIONS.info_dict["fstab"]["/misc"]
766 boot_type, boot_device = common.GetTypeAndDevice("/boot", OPTIONS.info_dict)
1000 OPTIONS.info_dict = common.LoadInfoDict(input_zip)
1006 if "selinux_fc" in OPTIONS.info_dict:
1007 OPTIONS.info_dict["selinux_fc"] = os.path.join(OPTIONS.input_tmp, "BOOT", "RAMDISK",
1012 common.DumpInfoDict(OPTIONS.info_dict)
1015 OPTIONS.device_specific = OPTIONS.info_dict.get("tool_extensions", None)
1027 OPTIONS.package_key = OPTIONS.info_dict.get(
1033 OPTIONS.target_info_dict = OPTIONS.info_dict