From 3269f2547636ea97171814021f7c311403a05c49 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 3 Dec 2019 18:52:45 -0800 Subject: [PATCH] build_image: Do not use base_fs file for system_other. system_other is not OTA'd (outside of factory OTA), and its block map differs greatly from system.img, so do not attempt to re-use it. Bug: 139201772 Test: make with base_fs file for system Change-Id: I1ed2091da381ebdb93522a081e5d2f7c18c9d069 --- tools/releasetools/build_image.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/releasetools/build_image.py b/tools/releasetools/build_image.py index 317a6d9151..1e7d387432 100755 --- a/tools/releasetools/build_image.py +++ b/tools/releasetools/build_image.py @@ -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"