Merge "Track the AVB property name change."
am: c45161536f
Change-Id: If20f1f0880680b8da185d846a9e0f17139389b50
This commit is contained in:
commit
fcc2cf6c1e
1 changed files with 2 additions and 2 deletions
|
@ -602,12 +602,12 @@ def AddImagesToTargetFiles(filename):
|
|||
for line in lines:
|
||||
if line.strip() == "system" and (
|
||||
"system_verity_block_device" in OPTIONS.info_dict or
|
||||
OPTIONS.info_dict.get("system_avb_hashtree_enable") == "true"):
|
||||
OPTIONS.info_dict.get("avb_system_hashtree_enable") == "true"):
|
||||
assert os.path.exists(system_img_path)
|
||||
care_map_list += GetCareMap("system", system_img_path)
|
||||
if line.strip() == "vendor" and (
|
||||
"vendor_verity_block_device" in OPTIONS.info_dict or
|
||||
OPTIONS.info_dict.get("vendor_avb_hashtree_enable") == "true"):
|
||||
OPTIONS.info_dict.get("avb_vendor_hashtree_enable") == "true"):
|
||||
assert os.path.exists(vendor_img_path)
|
||||
care_map_list += GetCareMap("vendor", vendor_img_path)
|
||||
|
||||
|
|
Loading…
Reference in a new issue