forked from openkylin/platform_build
am b7998ec0: am 726b7f33: Fix the broken signing script
* commit 'b7998ec0d58a38c587b2a070c45f7eb73b22c298': Fix the broken signing script
This commit is contained in:
commit
83b52f1f1a
|
@ -331,7 +331,7 @@ class TargetFiles(object):
|
|||
|
||||
by_certpair = {}
|
||||
|
||||
for i in all:
|
||||
for i in all_apks:
|
||||
if i in self.apks:
|
||||
if i in other.apks:
|
||||
# in both; should have same set of certs
|
||||
|
|
Loading…
Reference in New Issue