diff --git a/services/BUILD.gn b/services/BUILD.gn index 1d4edeadf8303baa782bd8764d980928857bea26..68c3b06122826cc4f96ab0104ff90fb14a9ed0fe 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -41,8 +41,8 @@ executable("appspawn") { include_dirs = [ "include", "//utils/native/lite/include", - "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr", - "//foundation/distributedschedule/samgr_lite/interfaces/kits/registry", + "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", + "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry", "${aafwk_lite_path}/interfaces/inner_api/abilitymgr_lite", "//third_party/bounds_checking_function/include/", "//third_party/cJSON", @@ -53,7 +53,7 @@ executable("appspawn") { "//build/lite/config/component/cJSON:cjson_shared", "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", - "//foundation/distributedschedule/samgr_lite/samgr:samgr", + "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", "//third_party/bounds_checking_function:libsec_shared", ]