Revert "Fix retrofit OTA generation failures"

This reverts commit 7af14aa7da.

Reason for revert: b/339483257

Change-Id: I86cf6c0baed8697ace888135b3d66b4785d22aa5
This commit is contained in:
Kelvin Zhang
2024-05-08 20:10:22 +00:00
committed by Gerrit Code Review
parent 7af14aa7da
commit 681597df18

View File

@@ -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)