From b3ccc77d02988d69f3d7bfeb9601d3e6d1d82de4 Mon Sep 17 00:00:00 2001 From: qianyong325 Date: Wed, 16 Jul 2025 17:09:36 +0800 Subject: [PATCH] =?UTF-8?q?toolchain=E9=97=A8=E7=A6=81=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue: https://gitee.com/openharmony/arkcompiler_toolchain/issues/ICMRAA?from=project-issue Signed-off-by: qianyong325 --- tooling/test/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/tooling/test/BUILD.gn b/tooling/test/BUILD.gn index 59bde090..7c6c7fe6 100644 --- a/tooling/test/BUILD.gn +++ b/tooling/test/BUILD.gn @@ -27,7 +27,6 @@ config("debug_api_test") { include_dirs = [ "$toolchain_root/websocket", - "//arkcompiler/ets_runtime", "../..", ] } -- Gitee