Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5f019bf authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix formatting error" am: 5d14dfa2

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

Change-Id: I27ac194a487f1452b80db2d45355667c689b53a6
parents 6a7d589e 5d14dfa2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,