forked from openkylin/platform_build
Merge "releasetools: Remove dead parameter in GetBootableImage()." am: 8df4fea85f
am: 2e3f1c5258
am: dfff1ac065
am: 59da2ee4aa
Change-Id: I9f150af5698c6dcab7d7f059f009f0fca15455c0
This commit is contained in:
commit
aeb0ee4d6d
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue