From ad83cc14252174d646621d496f1feb87ccbb4a32 Mon Sep 17 00:00:00 2001 From: chen Date: Fri, 22 Jul 2022 11:29:04 +0800 Subject: [PATCH] modify samgr Signed-off-by: chen Change-Id: Ia8ba14878b5cf5f71f7400b9e089838d0f8ee1cb --- services/source/BUILD.gn | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/services/source/BUILD.gn b/services/source/BUILD.gn index b3598ed..50a61cb 100644 --- a/services/source/BUILD.gn +++ b/services/source/BUILD.gn @@ -17,15 +17,13 @@ static_library("bootstrap") { ] include_dirs = [ "../source", - "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr", + "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", "//utils/native/lite/include", ] if (ohos_kernel_type == "liteos_m") { include_dirs += [] } else if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { - include_dirs += [ - "//third_party/bounds_checking_function/include", - ] + include_dirs += [ "//third_party/bounds_checking_function/include" ] } cflags = [ "-Wall" ] } -- Gitee