Home
last modified time | relevance | path

Searched refs:image_props (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/releasetools/
Dadd_img_to_target_files.py581 image_props = build_image.ImagePropFromGlobalDict(info_dict, what)
582 image_props["timestamp"] = FIXED_FILE_TIMESTAMP
596 image_props["fs_config"] = fs_config
598 image_props["block_list"] = block_list.name
601 os.path.join(input_dir, what.upper()), image_props, output_file.name)
608 is_verity_partition = "verity_block_device" in image_props
609 verity_supported = (image_props.get("avb_enable") == "true")
610 is_avb_enable = image_props.get("avb_hashtree_enable") == "true"
612 image_size = image_props.get("image_size")
621 info_dict.update(build_image.GlobalDictFromImageProp(image_props, what))
[all …]
Dbuild_image.py505 def SetUUIDIfNotExist(image_props): argument
510 what = image_props["mount_point"]
511 fingerprint = image_props.get("fingerprint", "")
514 image_props["uuid"] = str(uuid.uuid5(uuid.NAMESPACE_URL, uuid_seed))
516 image_props["hash_seed"] = str(uuid.uuid5(uuid.NAMESPACE_URL, hash_seed))
/build/make/tools/releasetools/merge/
Dmerge_meta.py333 image_props = build_image.ImagePropFromGlobalDict(
335 verity_image_builder = verity_utils.CreateVerityImageBuilder(image_props)