Merge "releasetools: Fix the missing 'post-build' in full OTAs." am: 1e8364a8be
am: b538502353
am: d10f5a71a3
Change-Id: If23f78f8d80b6a9e41c511d545dcf45dbcf8c375
This commit is contained in:
commit
1da7162cd0
|
@ -331,6 +331,7 @@ def WriteFullOTAPackage(input_zip, output_zip):
|
||||||
target_fp = CalculateFingerprint(oem_props, oem_dicts and oem_dicts[0],
|
target_fp = CalculateFingerprint(oem_props, oem_dicts and oem_dicts[0],
|
||||||
OPTIONS.info_dict)
|
OPTIONS.info_dict)
|
||||||
metadata = {
|
metadata = {
|
||||||
|
"post-build": target_fp,
|
||||||
"pre-device": GetOemProperty("ro.product.device", oem_props,
|
"pre-device": GetOemProperty("ro.product.device", oem_props,
|
||||||
oem_dicts and oem_dicts[0],
|
oem_dicts and oem_dicts[0],
|
||||||
OPTIONS.info_dict),
|
OPTIONS.info_dict),
|
||||||
|
|
Loading…
Reference in New Issue