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

Commit 2e3f1c52 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "releasetools: Remove dead parameter in GetBootableImage()."

am: 8df4fea8

Change-Id: I192af3927849d0d8f995f0002b8b8f2e191b794f
parents 74f8ee05 8df4fea8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -547,7 +547,7 @@ def _BuildBootableImage(sourcedir, fs_config_file, info_dict=None,


def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir,
                     info_dict=None, system_img_path=None):
                     info_dict=None):
  """Return a File object with the desired bootable image.

  Look for it in 'unpack_dir'/BOOTABLE_IMAGES under the name 'prebuilt_name',