Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 615385ee authored by Steven Laver's avatar Steven Laver
Browse files

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

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

Change-Id: I30ec92176fd9cd737160b579214eb5b3d6a44c10
parent 4a083221
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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(