diff --git a/lite/BUILD.gn b/lite/BUILD.gn index eb4ee495cc9d4ee59633449ceabc167d50300453..2d2d67de210b2e5c3c49b1825d91e5aae1609628 100644 --- a/lite/BUILD.gn +++ b/lite/BUILD.gn @@ -53,7 +53,7 @@ executable("appspawn") { "${aafwk_lite_path}/interfaces/inner_api/abilitymgr_lite", "//third_party/bounds_checking_function/include/", "//third_party/cJSON", - "//utils/native/lite/include", + "//commonlibrary/utils_lite/include", ] deps = [ diff --git a/test/unittest/app_spawn_lite_test/BUILD.gn b/test/unittest/app_spawn_lite_test/BUILD.gn index 708a009ad75d6596f2ad52a367b1ab95328f0afb..012907eaa38c30f1a93e9b890ff3d17ed3673b71 100644 --- a/test/unittest/app_spawn_lite_test/BUILD.gn +++ b/test/unittest/app_spawn_lite_test/BUILD.gn @@ -33,7 +33,7 @@ unittest("AppSpawnLiteTest") { "//third_party/bounds_checking_function/include/", "//third_party/cJSON", "${aafwk_lite_path}/interfaces/inner_api/abilitymgr_lite", - "//utils/native/lite/include", + "//commonlibrary/utils_lite/include", ] sources = [