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

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

Merge "Fix test failures in releasetools" into main am: 0c8b7efd am:...

Merge "Fix test failures in releasetools" into main am: 0c8b7efd am: 14f94474 am: 6ef6964c am: 51638f74

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



Change-Id: I4a4e6fad16227a5f8e42f4c7b4973ad49ef6cf7b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9f35dad4 51638f74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1429,7 +1429,7 @@ def ResolveAVBSigningPathArgs(split_args):
      if os.path.exists(new_path):
        return new_path
    raise ExternalError(
        "Failed to find {}".format(new_path))
        "Failed to find {}".format(path))

  if not split_args:
    return split_args