forked from openkylin/platform_build
Fix typo.
Change-Id: I01a1762fe449e02ff80a5ea7a3ee1c529e5da902
This commit is contained in:
parent
d89ffa8623
commit
64a55babf2
|
@ -356,7 +356,7 @@ def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir,
|
|||
fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt"
|
||||
data = BuildBootableImage(os.path.join(unpack_dir, tree_subdir),
|
||||
os.path.join(unpack_dir, fs_config),
|
||||
info_dict))
|
||||
info_dict)
|
||||
if data:
|
||||
return File(name, data)
|
||||
return None
|
||||
|
|
Loading…
Reference in New Issue