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

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

Merge "The --why parameter in whichgit should be optional" am: fe7277fd am:...

Merge "The --why parameter in whichgit should be optional" am: fe7277fd am: 05f2e3aa am: 8539ca6e

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



Change-Id: I8361b743e4bcf7dfe50701d2ac1dfd026e788717
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1507425a 8539ca6e
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ def main(argv):
  # Print the list of git directories that has one or more of the sources in it
  for project in sorted(get_referenced_projects(get_git_dirs(), sources)):
    print(project)
    if args.why:
      if "*" in args.why or project in args.why:
        prefix = project + "/"
        for f in sources: