Rename mkf2fsuserimg.sh and mksquashfsimage.sh
See other cl in this topic for more information. Bug: 198619163 Test: Presubmits Change-Id: Ib39e8513a303a12e8bb6464a114ec39aa087d58a
This commit is contained in:
@@ -365,7 +365,7 @@ def BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config):
|
||||
|
||||
run_fsck = RunErofsFsck
|
||||
elif fs_type.startswith("squash"):
|
||||
build_command = ["mksquashfsimage.sh"]
|
||||
build_command = ["mksquashfsimage"]
|
||||
build_command.extend([in_dir, out_file])
|
||||
if "squashfs_sparse_flag" in prop_dict and not disable_sparse:
|
||||
build_command.extend([prop_dict["squashfs_sparse_flag"]])
|
||||
@@ -387,7 +387,7 @@ def BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config):
|
||||
if prop_dict.get("squashfs_disable_4k_align") == "true":
|
||||
build_command.extend(["-a"])
|
||||
elif fs_type.startswith("f2fs"):
|
||||
build_command = ["mkf2fsuserimg.sh"]
|
||||
build_command = ["mkf2fsuserimg"]
|
||||
build_command.extend([out_file, prop_dict["image_size"]])
|
||||
if "f2fs_sparse_flag" in prop_dict and not disable_sparse:
|
||||
build_command.extend([prop_dict["f2fs_sparse_flag"]])
|
||||
|
Reference in New Issue
Block a user