diff options
author | Himanshu Agrawal <hagraw@codeaurora.org> | 2021-08-16 14:55:52 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-11-02 21:33:45 -0700 |
commit | 70baed35e1b4866916cbe8cc9f1800cd8bc668c7 (patch) | |
tree | 5e8ba07345a1c9ad058d23d58fee2bd4098568b6 | |
parent | 24a8a69dba1a880066556108af4d78d358687d9f (diff) |
Optimize merge_target_files process to re-use images(2/2).
Pick the images directly from the split target-files
zips into the merged target-files instead of
re-generating them again from blobs, to save time for
non dynamic partiton builds as well.
Change-Id: Id09e2f2332f73e9a21412160749affcc7e2f770f
-rw-r--r-- | ota_merge_configs/without_dynamic_partition/ab/merge_config_system_item_list | 1 | ||||
-rw-r--r-- | ota_merge_configs/without_dynamic_partition/non_ab/merge_config_system_item_list | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ota_merge_configs/without_dynamic_partition/ab/merge_config_system_item_list b/ota_merge_configs/without_dynamic_partition/ab/merge_config_system_item_list index 203b2e8..f898258 100644 --- a/ota_merge_configs/without_dynamic_partition/ab/merge_config_system_item_list +++ b/ota_merge_configs/without_dynamic_partition/ab/merge_config_system_item_list @@ -1,3 +1,4 @@ +IMAGES/system.img META/apexkeys.txt META/apkcerts.txt META/filesystem_config.txt diff --git a/ota_merge_configs/without_dynamic_partition/non_ab/merge_config_system_item_list b/ota_merge_configs/without_dynamic_partition/non_ab/merge_config_system_item_list index 203b2e8..9f921ec 100644 --- a/ota_merge_configs/without_dynamic_partition/non_ab/merge_config_system_item_list +++ b/ota_merge_configs/without_dynamic_partition/non_ab/merge_config_system_item_list @@ -1,3 +1,5 @@ +IMAGES/system.img +IMAGES/system.map META/apexkeys.txt META/apkcerts.txt META/filesystem_config.txt |