Fix typo.
Change-Id: I01a1762fe449e02ff80a5ea7a3ee1c529e5da902
This commit is contained in:
@@ -356,7 +356,7 @@ def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir,
|
|||||||
fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt"
|
fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt"
|
||||||
data = BuildBootableImage(os.path.join(unpack_dir, tree_subdir),
|
data = BuildBootableImage(os.path.join(unpack_dir, tree_subdir),
|
||||||
os.path.join(unpack_dir, fs_config),
|
os.path.join(unpack_dir, fs_config),
|
||||||
info_dict))
|
info_dict)
|
||||||
if data:
|
if data:
|
||||||
return File(name, data)
|
return File(name, data)
|
||||||
return None
|
return None
|
||||||
|
Reference in New Issue
Block a user