releasetools: Remove deprecated BOARD_BUILD_SYSTEM_ROOT_IMAGE
This variable is always false or empty now, so clean up remaining references to the variable. Bug: 241346584 Test: Presubmit Change-Id: I5dd3d356729d0bd2639633580bbb85f8b03582cf
This commit is contained in:
@@ -821,7 +821,6 @@ def ImagePropFromGlobalDict(glob_dict, mount_point):
|
||||
d["mount_point"] = mount_point
|
||||
if mount_point == "system":
|
||||
copy_prop("system_headroom", "partition_headroom")
|
||||
copy_prop("system_root_image", "system_root_image")
|
||||
copy_prop("root_dir", "root_dir")
|
||||
copy_prop("root_fs_config", "root_fs_config")
|
||||
elif mount_point == "data":
|
||||
|
Reference in New Issue
Block a user