From 739c0077e674a2be97bfc22c25144a4b012fef40 Mon Sep 17 00:00:00 2001 From: zero-cyc Date: Wed, 20 Jul 2022 11:38:24 +0800 Subject: [PATCH] aafwklite innerKits to inner_api Signed-off-by: zero-cyc Change-Id: I720e6217581848cab931517dafa0b3ef5156924a --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 7f2300d..8a90671 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -41,7 +41,7 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { include_dirs = [ "include", "interfaces/innerkits", - "${aafwk_lite_path}/interfaces/innerkits/abilitymgr_lite", + "${aafwk_lite_path}/interfaces/inner_api/abilitymgr_lite", "${aafwk_lite_path}/interfaces/kits/ability_lite", "${aafwk_lite_path}/interfaces/kits/want_lite", "${appexecfwk_lite_path}/interfaces/kits/bundle_lite",