diff --git a/lite/BUILD.gn b/lite/BUILD.gn index 99bc5f8aa810ee1f6aebb5f0b0580739117e63b7..9e3d9556fd20e99e3bfdd6c8dcc05619726ef3c2 100644 --- a/lite/BUILD.gn +++ b/lite/BUILD.gn @@ -50,7 +50,7 @@ executable("appspawn") { "//base/startup/init_lite/interfaces/innerkits/include", "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr", "//foundation/distributedschedule/samgr_lite/interfaces/kits/registry", - "${aafwk_lite_path}/interfaces/innerkits/abilitymgr_lite", + "${aafwk_lite_path}/interfaces/inner_api/abilitymgr_lite", "//third_party/bounds_checking_function/include/", "//third_party/cJSON", "//utils/native/lite/include", diff --git a/test/unittest/app_spawn_lite_test/BUILD.gn b/test/unittest/app_spawn_lite_test/BUILD.gn index d1d41cb91b8e47a287cda7de1445741adfd0b2be..1594e40b6d823c090ab240be1dc9a4583313f76a 100644 --- a/test/unittest/app_spawn_lite_test/BUILD.gn +++ b/test/unittest/app_spawn_lite_test/BUILD.gn @@ -32,7 +32,7 @@ unittest("AppSpawnLiteTest") { "//foundation/distributedschedule/samgr_lite/interfaces/kits/registry", "//third_party/bounds_checking_function/include/", "//third_party/cJSON", - "${aafwk_lite_path}/interfaces/innerkits/abilitymgr_lite", + "${aafwk_lite_path}/interfaces/inner_api/abilitymgr_lite", "//utils/native/lite/include", ]