use verify_apks for checking build output

This commit is contained in:
Michael Pöhn 2017-04-20 12:38:50 +02:00
parent f4a7c19043
commit 4044e06e7b
2 changed files with 8 additions and 5 deletions

View file

@ -1230,9 +1230,8 @@ def main():
unsigned_apk = os.path.join(output_dir,
unsigned_apk)
compare_result = \
common.compare_apks(of, unsigned_apk,
tmpdir, log_dir,
skip_manual_diff=True)
common.verify_apks(of, unsigned_apk, tmpdir,
skip_manual_diff=True)
if compare_result:
compare_result = compare_result.split('\n')
line_count = len(compare_result)