Merge "Fix formatting error" am: 5d14dfa2fd

Original change: https://android-review.googlesource.com/c/platform/build/+/1952324

Change-Id: I27ac194a487f1452b80db2d45355667c689b53a6
This commit is contained in:
Treehugger Robot
2022-01-19 00:10:39 +00:00
committed by Automerger Merge Worker

View File

@@ -408,8 +408,8 @@ class TargetFiles(object):
for i in range(1, len(apks)): for i in range(1, len(apks)):
pkgname, apk = apks[i] pkgname, apk = apks[i]
if pkgname == apks[i-1][0]: if pkgname == apks[i-1][0]:
print("Both {} and {} have same package name {}", print("Both {} and {} have same package name {}".format(
apk.filename, apks[i-1][1].filename, pkgname) apk.filename, apks[i-1][1].filename, pkgname))
for _, apk in apks: for _, apk in apks:
if apk.shared_uid: if apk.shared_uid:
print(" %-*s %-*s [%s]" % (self.max_fn_len, apk.filename, print(" %-*s %-*s [%s]" % (self.max_fn_len, apk.filename,