fix syntax error in OTA script

Change-Id: I3a9535acb47fc3960020a390dec8d0294a404c2e
This commit is contained in:
Doug Zongker 2011-09-23 12:48:33 -07:00
parent 280cc66558
commit 91b4f8a850
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ def main(argv):
OPTIONS.target_info_dict = OPTIONS.info_dict
OPTIONS.source_info_dict = common.LoadInfoDict(source_zip)
if OPTIONS.package_key is None:
OPTIONS.package_key = OPTIONS.source_dict.get(
OPTIONS.package_key = OPTIONS.source_info_dict.get(
"default_system_dev_certificate",
"build/target/product/security/testkey")
if OPTIONS.verbose: