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

Commit 3d2a5a16 authored by Kelvin Zhang's avatar Kelvin Zhang Committed by Android (Google) Code Review
Browse files

Merge "Fix incremental OTA generation failures" into udc-dev

parents 20466aa9 657af614
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -642,8 +642,7 @@ def ConstructOtaApexInfo(target_zip, source_file=None):
  if not source_file:
    return target_apex_string

  with zipfile.ZipFile(source_file, "r", allowZip64=True) as source_zip:
    source_apex_string = _ReadApexInfo(source_zip)
  source_apex_string = _ReadApexInfo(source_file)
  if not source_apex_string:
    return target_apex_string