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

Commit 84bc4b78 authored by Tao Bao's avatar Tao Bao
Browse files

resolve merge conflicts of 08a3a32f to nyc-dev

Change-Id: I6fd55b3d2bd0c396018163dd4f54970cb55432cd
parents 9963b699 08a3a32f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1423,6 +1423,7 @@ def WriteIncrementalOTAPackage(target_zip, source_zip, output_zip):
  if oem_props is not None and len(oem_props) > 0:
    if OPTIONS.oem_source is None:
      raise common.ExternalError("OEM source required for this build")
    if not OPTIONS.oem_no_mount:
      script.Mount("/oem", recovery_mount_options)
    oem_dict = common.LoadDictionaryFromLines(
        open(OPTIONS.oem_source).readlines())