diff --git a/BUILD.gn b/BUILD.gn index 5feba97187bb812b820432db3b00970b99fa26aa..a05a5c7c54647969147bc6e7712d1429aa9b2dfe 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 9234e1cf66d97b73fb3dcffc2c665819153185d3..353775a8d096509b8cd383f640a1312ba3796c9e 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" ]