From 0b457b39f5b9ded90bbf323cf0106f32ea3caad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=88=E6=84=BF?= Date: Thu, 7 Aug 2025 09:38:59 +0800 Subject: [PATCH] Delete cross-part include_dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue:https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICRPPB Signed-off-by: chenlong --- BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 5b3d19fa9a..a12adf7eac 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -31,7 +31,6 @@ config("ark_config") { "//arkcompiler/ets_frontend/*", ] - include_dirs = [ "$ark_root" ] defines = [ "PANDA_TARGET_MOBILE_WITH_MANAGED_LIBS=1" ] if (is_linux) { -- Gitee