From 521631028e9730ee72fe595e5cd4cdbbe2441597 Mon Sep 17 00:00:00 2001 From: zhangxiao72 Date: Wed, 20 Apr 2022 16:51:37 +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: I9e59f77e38daf44deb2e36cc4d6edeefbf773014 Signed-off-by: zhangxiao72 --- BUILD.gn | 2 +- interfaces/js/kits/napi/BUILD.gn | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 5feba97..a05a5c7 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -11,4 +11,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//build/ohos.gni") \ No newline at end of file +import("//build/ohos.gni") diff --git a/interfaces/js/kits/napi/BUILD.gn b/interfaces/js/kits/napi/BUILD.gn index 9234e1c..353775a 100644 --- a/interfaces/js/kits/napi/BUILD.gn +++ b/interfaces/js/kits/napi/BUILD.gn @@ -26,7 +26,7 @@ ohos_shared_library("hichecker") { "./", "include/", "//third_party/node/src", - "//foundation/ace/napi/interfaces/kits", + "//foundation/arkui/napi/interfaces/kits", ] configs = [ ":hichecker_js_source_config" ] @@ -35,7 +35,7 @@ ohos_shared_library("hichecker") { deps = [ "//base/hiviewdfx/hichecker/interfaces/native/innerkits:libhichecker", - "//foundation/ace/napi:ace_napi", + "//foundation/arkui/napi:ace_napi", ] external_deps = [ "hilog_native:libhilog" ] -- Gitee