Merge "Use the new executable for mkuserimg_mke2fs"
This commit is contained in:
@@ -629,7 +629,7 @@ def BuildImage(in_dir, prop_dict, out_file, target_out=None):
|
||||
if "flash_logical_block_size" in prop_dict:
|
||||
build_command.extend(["-o", prop_dict["flash_logical_block_size"]])
|
||||
# Specify UUID and hash_seed if using mke2fs.
|
||||
if prop_dict["ext_mkuserimg"] == "mkuserimg_mke2fs.sh":
|
||||
if prop_dict["ext_mkuserimg"] == "mkuserimg_mke2fs":
|
||||
if "uuid" in prop_dict:
|
||||
build_command.extend(["-U", prop_dict["uuid"]])
|
||||
if "hash_seed" in prop_dict:
|
||||
|
Reference in New Issue
Block a user