diff --git a/frameworks/js/napi/src/reminder/BUILD.gn b/frameworks/js/napi/src/reminder/BUILD.gn index 33077309d3ded544c1c58498eebdf622d490c7bc..1692ac4079132fce80a1fdffeee2a4e60bcc74f8 100644 --- a/frameworks/js/napi/src/reminder/BUILD.gn +++ b/frameworks/js/napi/src/reminder/BUILD.gn @@ -36,7 +36,7 @@ config("native_module_config") { ohos_shared_library("reminderagent") { include_dirs = [ "${ability_runtime_path}/interfaces/kits/native/ability/native", - "${ability_runtime_path}/frameworks/js/napi/aafwk/inner/napi_common", + "${ability_runtime_napi_path}/inner/napi_common", "//foundation/multimedia/image_standard/interfaces/kits/js/common/include/", "../../include", "//third_party/node/src", diff --git a/notification.gni b/notification.gni index 47bd5e73b0ed62da3282245fb104f9f056831164..a3dfa16e2bd146cd996f77118e955d37a17e8a37 100644 --- a/notification.gni +++ b/notification.gni @@ -15,7 +15,7 @@ ability_runtime_path = "//foundation/ability/ability_runtime" ability_runtime_inner_api_path = "${ability_runtime_path}/interfaces/inner_api" ability_runtime_services_path = "${ability_runtime_path}/services" ability_runtime_kits_path = "${ability_runtime_path}/frameworks/kits" -ability_runtime_napi_path = "${ability_runtime_path}/frameworks/js/napi/aafwk" +ability_runtime_napi_path = "${ability_runtime_path}/frameworks/js/napi" component_name = "distributed_notification_service" component_path = "//base/notification/distributed_notification_service" services_path = "${component_path}/services"