From 812dbaa1e680ee71890ffeb7413ca6770ca3c94a Mon Sep 17 00:00:00 2001 From: zhangxiao72 Date: Wed, 20 Apr 2022 17:40:17 +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: Ibd366c5c14f96d263f15641b8b86c4ed079eb56d Signed-off-by: zhangxiao72 --- interfaces/kits/js/napi/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/kits/js/napi/BUILD.gn b/interfaces/kits/js/napi/BUILD.gn index 3ebdcdc..82c2eb4 100644 --- a/interfaces/kits/js/napi/BUILD.gn +++ b/interfaces/kits/js/napi/BUILD.gn @@ -21,7 +21,7 @@ ohos_shared_library("bytrace") { ] deps = [ "${innerkits_path}/native:bytrace_core", - "//foundation/ace/napi:ace_napi", + "//foundation/arkui/napi:ace_napi", ] external_deps = [ "hiviewdfx_hilog_native:libhilog" ] @@ -38,7 +38,7 @@ ohos_shared_library("hitracemeter_napi") { ] deps = [ "${innerkits_path}/native:bytrace_core", - "//foundation/ace/napi:ace_napi", + "//foundation/arkui/napi:ace_napi", ] external_deps = [ "hiviewdfx_hilog_native:libhilog" ]