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

Commit 1567472f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "releasetools: merge_target_files.py should handle new contents of...

Merge "releasetools: merge_target_files.py should handle new contents of dynamic_partitions_info.txt"
parents f81965bd 615385ee
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(