diff options
author | 2025-02-27 13:13:50 +0000 | |
---|---|---|
committer | 2025-02-28 08:27:53 +0000 | |
commit | f079f0d018a6a5d806d3c0b2a875e8ffc54104df (patch) | |
tree | bd3a256729b479880e4b2ab7fa1ae855b6861a9c /fsgen | |
parent | 5efa02606a465f8c13b1c6923d32021afae9bb68 (diff) |
Generate META/dynamic_partitions_info.txt of target_files.zip
dynamic_partitions_info.txt is generated by
`dump-dynamic-partitions-info` in make, and its contents are similar to
misc_info.txt of the device's super_image.
This CL creates this file in target_files.zip. The common contents are
refactored to a helper function in super_image, and this helper function
will be used to generate misc_info.txt of the super_image, and
META/dynamic_partitions_info.txt
Bug: 399788100
Test: Built META/dynamic_partitions_info.txt
Test: diff between make and soong (after sort)
< build_super_empty_partition=true
Change-Id: Ifd8ef89008d8ce3a2baaa73466236325b635c6e5
---
>
> ab_update=true
3c4
< dynamic_partition_list= product system system_ext system_dlkm odm vendor vendor_dlkm odm_dlkm
---
> dynamic_partition_list=odm odm_dlkm product system system_dlkm system_ext vendor vendor_dlkm
7c8
< super_google_system_dynamic_partitions_partition_list= product system system_ext system_dlkm
---
> super_google_system_dynamic_partitions_partition_list=product system system_ext system_dlkm
9c10
< super_google_vendor_dynamic_partitions_partition_list= odm vendor vendor_dlkm odm_dlkm
---
> super_google_vendor_dynamic_partitions_partition_list=odm vendor vendor_dlkm odm_dlkm
There are some formatting diffs. `build_super_empty_image` seems to be
main missing info. I have added a TODO to add that.
Change-Id: I68d0a43b0c3e53ea88246784392cd7706dd2a9e9
Diffstat (limited to 'fsgen')
0 files changed, 0 insertions, 0 deletions