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

Commit e41c75cb authored by Kelvin Zhang's avatar Kelvin Zhang Committed by Gerrit Code Review
Browse files

Merge "Revert "Fix retrofit OTA generation failures"" into main

parents 015de62d 681597df
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -1111,6 +1111,7 @@ def CopyTargetFilesDir(input_dir):
      relative_path = path.removeprefix(input_dir).removeprefix("/")
      if not Fnmatch(relative_path, UNZIP_PATTERN):
        continue
      if filename.endswith(".prop") or filename == "prop.default" or "/etc/vintf/" in relative_path:
        target_path = os.path.join(
            output_dir, relative_path)
        os.makedirs(os.path.dirname(target_path), exist_ok=True)