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

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

Merge "Supply apex_info.pb as parameter to delta_generator if file exists"

parents 1120cb8a ddb968dc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -846,6 +846,11 @@ class PayloadGenerator(object):
    if os.path.exists(dynamic_partition_info):
      cmd.extend(["--dynamic_partition_info_file", dynamic_partition_info])

    apex_info = os.path.join(
      target_dir, "META", "apex_info.pb")
    if os.path.exists(apex_info):
      cmd.extend(["--apex_info_file", apex_info])

    major_version, minor_version = ParseUpdateEngineConfig(
        os.path.join(target_dir, "META", "update_engine_config.txt"))
    if source_file: