update install.py.

Signed-off-by: yyc1234 <leyunchi@huawei.com>
This commit is contained in:
yyc1234 2024-11-01 06:31:22 +00:00 committed by Gitee
parent cd49270daf
commit 089bccb9a6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -50,6 +50,7 @@ def move_file(src_path, dst_path):
"backport-CVE-2024-35235.patch",
"ohos-usb-manager.patch",
"ohos-usb-print.patch",
"ohos-ppdfile-not-generated.patch",
"config.h"
]
for file in files:
@ -81,7 +82,8 @@ def do_patch(target_dir):
"backport-CVE-2024-35235.patch",
"ohos_ip_conflict.patch",
"ohos-usb-manager.patch",
"ohos-usb-print.patch"
"ohos-usb-print.patch",
"ohos-ppdfile-not-generated.patch"
]
for patch in patch_file: