From 6e117ed2672fa09acaa83fc1588ab46e095c7779 Mon Sep 17 00:00:00 2001 From: zmf <279822581@qq.com> Date: Thu, 23 Nov 2023 15:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4hook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zmf <279822581@qq.com> --- DEPS | 8 -------- 1 file changed, 8 deletions(-) diff --git a/DEPS b/DEPS index 454b4c3052..b98a7a467b 100644 --- a/DEPS +++ b/DEPS @@ -838,14 +838,6 @@ recursedeps = [ 'src/third_party/vulkan-deps', ] -pre_deps_hooks = [ - { - 'name': 'ohos_reverse', - 'pattern': 'src/flutter/attachment/scripts/.*\\.py', - 'action': ['python3', 'src/flutter/attachment/scripts/ohos_reverse_patch.py'], - }, -] - hooks = [ { # Generate the Dart SDK's .dart_tool/package_confg.json file. -- Gitee