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

Commit e7f0fb53 authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-22.2' into a15

parents fed5c63a ab5acb12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4068,7 +4068,7 @@ class DynamicPartitionsDifference(object):
    ZipWrite(output_zip, op_list_path, "dynamic_partitions_op_list")

    script.Comment('Update dynamic partition metadata')
    if self._have_super_empty:
    if self._have_super_empty and "unsparse_super_empty.img" in output_zip.namelist():
      script.AppendExtra('assert(update_dynamic_partitions('
                        'package_extract_file("dynamic_partitions_op_list"), '
                        'package_extract_file("unsparse_super_empty.img")));')