releasetools: merge_target_files.py should handle new contents of dynamic_partitions_info.txt

With a recent change (cb8e2755ff) to the
generation of dynamic_partitions_info.txt,
process_dynamic_partitions_info_txt() needs a corresponding update.

Change-Id: I30ec92176fd9cd737160b579214eb5b3d6a44c10
This commit is contained in:
Steven Laver
2019-11-22 09:34:27 -08:00
parent 4a0832210c
commit 615385ee8b

View File

@@ -481,9 +481,9 @@ def process_dynamic_partitions_info_txt(framework_target_files_dir,
merged_dynamic_partitions_dict = common.MergeDynamicPartitionInfoDicts(
framework_dict=framework_dynamic_partitions_dict,
vendor_dict=vendor_dynamic_partitions_dict,
# META/dynamic_partitions_info.txt does not use dynamic_partition_list.
include_dynamic_partition_list=False,
size_suffix='_size',
size_prefix='super_',
size_suffix='_group_size',
list_prefix='super_',
list_suffix='_partition_list')
output_dynamic_partitions_info_txt = os.path.join(