Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dbuild_image.py81 def BuildVerityTree(sparse_image_path, verity_image_path, prop_dict): argument
89 prop_dict["verity_root_hash"] = root
90 prop_dict["verity_salt"] = salt
151 def MakeVerityEnabledImage(out_file, prop_dict): argument
161 image_size = prop_dict["partition_size"]
162 block_dev = prop_dict["verity_block_device"]
163 signer_key = prop_dict["verity_key"] + ".pk8"
164 signer_path = prop_dict["verity_signer_cmd"]
174 if not BuildVerityTree(out_file, verity_image_path, prop_dict):
179 root_hash = prop_dict["verity_root_hash"]
[all …]