Merge "Fix formatting error" am: 5d14dfa2fd
am: c5f019bf71
am: 286491047d
Original change: https://android-review.googlesource.com/c/platform/build/+/1952324 Change-Id: Ibf506a74f468152f0775d88e96b8da99e6c4c831
This commit is contained in:
commit
c717997920
1 changed files with 2 additions and 2 deletions
|
@ -408,8 +408,8 @@ class TargetFiles(object):
|
|||
for i in range(1, len(apks)):
|
||||
pkgname, apk = apks[i]
|
||||
if pkgname == apks[i-1][0]:
|
||||
print("Both {} and {} have same package name {}",
|
||||
apk.filename, apks[i-1][1].filename, pkgname)
|
||||
print("Both {} and {} have same package name {}".format(
|
||||
apk.filename, apks[i-1][1].filename, pkgname))
|
||||
for _, apk in apks:
|
||||
if apk.shared_uid:
|
||||
print(" %-*s %-*s [%s]" % (self.max_fn_len, apk.filename,
|
||||
|
|
Loading…
Reference in a new issue