From aab209584dfce95862811d0120136411afe9eab0 Mon Sep 17 00:00:00 2001 From: zhangxiao72 Date: Thu, 28 Apr 2022 10:04:45 +0800 Subject: [PATCH] =?UTF-8?q?ace=5Fengine=E3=80=81napi=20=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E4=BB=93=E5=90=8D=E5=92=8C=E7=9B=AE=E5=BD=95=E5=90=8D?= =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifef6e398b5b34ae3b702c3f1f1414c894b531a7f Signed-off-by: zhangxiao72 --- napi/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/BUILD.gn b/napi/BUILD.gn index 7c27751..4f796c8 100644 --- a/napi/BUILD.gn +++ b/napi/BUILD.gn @@ -32,7 +32,7 @@ sources_platform_common = [ ohos_shared_library("systemcapability") { include_dirs = [ "//third_party/node/src", - "//foundation/ace/napi/interfaces/kits", + "//foundation/arkui/napi/interfaces/kits", "//developtools/syscap_codec/napi", "//developtools/syscap_codec/interfaces/inner_api", "//developtools/syscap_codec/include", -- Gitee