From d1bc7a325cc7f50d181e6c0ae095848438b2922b Mon Sep 17 00:00:00 2001 From: zero-cyc Date: Wed, 20 Jul 2022 14:07:18 +0800 Subject: [PATCH] ability_lite innerKits to inner_api Signed-off-by: zero-cyc Change-Id: I4341d15fab7b89a8d47495d4de3ed19a0150b46b --- services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 062c596..e44f60c 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -43,7 +43,7 @@ executable("appspawn") { "//utils/native/lite/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", ] -- Gitee