Android->OTA:modify OTA complie issue

This commit is contained in:
cjp
2016-02-23 16:27:39 +08:00
parent 37383c6823
commit e82471b436

View File

@ -134,8 +134,8 @@ def IncrementalOTA_InstallEnd(info):
InstallTrust(trust_target, info.target_zip, info)
else:
print "trust unchanged; skipping"
try:
try:
loader_uboot_target = info.target_zip.read("uboot.img")
except KeyError:
loader_uboot_target = None