Merge "build_image: Do not use base_fs file for system_other."
am: c55b2f516c
Change-Id: Id3e0b78a3d6e26890d24b025477c8067b10b41cc
This commit is contained in:
commit
5db9be8e4b
1 changed files with 0 additions and 1 deletions
|
@ -585,7 +585,6 @@ def ImagePropFromGlobalDict(glob_dict, mount_point):
|
|||
copy_prop("system_squashfs_compressor", "squashfs_compressor")
|
||||
copy_prop("system_squashfs_compressor_opt", "squashfs_compressor_opt")
|
||||
copy_prop("system_squashfs_block_size", "squashfs_block_size")
|
||||
copy_prop("system_base_fs_file", "base_fs_file")
|
||||
copy_prop("system_extfs_inode_count", "extfs_inode_count")
|
||||
if not copy_prop("system_extfs_rsv_pct", "extfs_rsv_pct"):
|
||||
d["extfs_rsv_pct"] = "0"
|
||||
|
|
Loading…
Reference in a new issue