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

Commit 714bd128 authored by Daniel Norman's avatar Daniel Norman
Browse files

Fixes typo when calling process_dynamic_partitions_info_txt.

Test: Running merge_target_files.py
Change-Id: Ieddfbfe524824844fc12cc10347f667332149f7c
parent 2cfbde6f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -584,9 +584,9 @@ def process_special_cases(system_target_files_temp_dir,
      system_misc_info_keys=system_misc_info_keys)

  process_dynamic_partitions_info_txt(
      system_target_files_temp_dir=system_target_files_temp_dir,
      other_target_files_temp_dir=other_target_files_temp_dir,
      output_target_files_temp_dir=output_target_files_temp_dir)
      system_target_files_dir=system_target_files_temp_dir,
      other_target_files_dir=other_target_files_temp_dir,
      output_target_files_dir=output_target_files_temp_dir)


def merge_target_files(temp_dir, system_target_files, system_item_list,