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

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

Merge "Print better error when a custom image input file is missing" into main...

Merge "Print better error when a custom image input file is missing" into main am: 597e6c76 am: 37c4e7bb

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



Change-Id: I0694e74910362a67130f3b803c100e4ccb0e57ac
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d385b3d5 37c4e7bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -572,7 +572,7 @@ def AddCustomImages(output_zip, partition_name, image_list):

  default = os.path.join(OPTIONS.input_tmp, "IMAGES", partition_name + ".img")
  assert os.path.exists(default), \
      "There should be one %s.img" % (partition_name)
      "Can't find %s for image %s" % (default, partition_name)
  return default