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

am: b538502353

Change-Id: I2facefd6c08e21966dd5793c2b4a57a011d27be2
This commit is contained in:
Tao Bao 2017-03-10 00:42:04 +00:00 committed by android-build-merger
commit d10f5a71a3
1 changed files with 1 additions and 0 deletions

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),