From 3b33b778485f350f3ffb94570a4bd7ce8ba4d781 Mon Sep 17 00:00:00 2001 From: hekun Date: Thu, 8 Jun 2023 17:03:22 +0800 Subject: [PATCH] fix the gn Signed-off-by: hekun --- arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn b/arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn index 5593a3ef2..80caa0e1a 100644 --- a/arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn +++ b/arkui/ace_ets_xcomponent/entry/src/main/cpp/BUILD.gn @@ -13,7 +13,8 @@ import("//build/config/ohos/config.gni") import("//build/ohos.gni") import("//foundation/arkui/napi/napi.gni") -comPath = "../../../../../../../../../foundation/arkui/ace_engine/interfaces/native" +comPath = + "../../../../../../../../../foundation/arkui/ace_engine/interfaces/native" compath2 = "../../../../../../../../../foundation/graphic/graphic_2d/frameworks/opengl_wrapper" compath3 = "../../../../../../../../../base/hiviewdfx/hilog" config("config") { -- GitLab