Merge "releasetools: Fix the missing 'post-build' in full OTAs."

This commit is contained in:
Treehugger Robot 2017-03-10 00:30:55 +00:00 committed by Gerrit Code Review
commit 1e8364a8be

View file

@ -331,6 +331,7 @@ def WriteFullOTAPackage(input_zip, output_zip):
target_fp = CalculateFingerprint(oem_props, oem_dicts and oem_dicts[0],
OPTIONS.info_dict)
metadata = {
"post-build": target_fp,
"pre-device": GetOemProperty("ro.product.device", oem_props,
oem_dicts and oem_dicts[0],
OPTIONS.info_dict),