diff --git a/communication/broadcast/BUILD.gn b/communication/broadcast/BUILD.gn index 441e6af2b3aafcce6fe7ce80025dc4c90a849114..0c9d474754198fa7a5bd4eb950c4db65327c8355 100755 --- a/communication/broadcast/BUILD.gn +++ b/communication/broadcast/BUILD.gn @@ -47,9 +47,7 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { "-Wall", ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", "//third_party/bounds_checking_function/include", - "//kernel/liteos_a/kernel/common", ] public_deps = [ "//foundation/distributedschedule/samgr_lite/samgr:samgr", diff --git a/samgr/BUILD.gn b/samgr/BUILD.gn index 9fae58d82009e48e75a55b330184c26cb81e3169..351fb6f81f070272af589151a4e6fd960c70ef4a 100755 --- a/samgr/BUILD.gn +++ b/samgr/BUILD.gn @@ -56,7 +56,6 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { public_configs = [ ":samgr_public" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", "//third_party/bounds_checking_function/include", "//third_party/cJSON", ] diff --git a/samgr/adapter/BUILD.gn b/samgr/adapter/BUILD.gn index ca0302bb77b12ba3725b923691cc2dc82c2353e4..b641af44ae308c8c2f53c380347570b11e227d27 100755 --- a/samgr/adapter/BUILD.gn +++ b/samgr/adapter/BUILD.gn @@ -52,7 +52,6 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { public_configs = [ ":samgr_adapter_public" ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", "//third_party/bounds_checking_function/include", ] diff --git a/samgr/source/BUILD.gn b/samgr/source/BUILD.gn index 53042414475c74393c007ee8996fac21bb32166f..873ef1171a3a5f9c6f6186d5e8e33592cbfe5d97 100755 --- a/samgr/source/BUILD.gn +++ b/samgr/source/BUILD.gn @@ -67,7 +67,6 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { ] include_dirs = [ - "//kernel/liteos_a/kernel/include/", "//third_party/bounds_checking_function/include", ] } diff --git a/samgr_client/BUILD.gn b/samgr_client/BUILD.gn index ab9bd1206a12412e70967313153d52d184b49de7..bed2b11c1dc25e4d1e3cc5c21c86f619e6ecc9c6 100644 --- a/samgr_client/BUILD.gn +++ b/samgr_client/BUILD.gn @@ -24,15 +24,13 @@ source_set("client") { "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr", "//foundation/distributedschedule/samgr_lite/interfaces/kits/registry", "//utils/native/lite/include", - "//kernel/liteos_a/kernel/include", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", - "//base/security/permission/services/permission_lite/include", + "//base/security/permission/services/permission_lite/include" ] public_deps = [ "//foundation/communication/ipc_lite:liteipc_adapter", "//foundation/distributedschedule/samgr_lite/samgr_endpoint:endpoint_source", - "//third_party/bounds_checking_function:libsec_shared", + "//third_party/bounds_checking_function:libsec_shared" ] } diff --git a/samgr_endpoint/BUILD.gn b/samgr_endpoint/BUILD.gn index 1373f5b399ea1db01cd60093b0383de2665a25d2..48c8b74177327dba538427c2d056ba39a14e5770 100644 --- a/samgr_endpoint/BUILD.gn +++ b/samgr_endpoint/BUILD.gn @@ -19,9 +19,7 @@ config("endpoint_public") { "//utils/native/lite/include", "//foundation/communication/ipc_lite/interfaces/kits", "//third_party/bounds_checking_function/include", - "//base/security/permission/services/permission_lite/ipc_auth/include", - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", + "//base/security/permission/services/permission_lite/ipc_auth/include" ] } diff --git a/samgr_server/BUILD.gn b/samgr_server/BUILD.gn index 8225e74c266f19c8c2cfb4dfd3fdba2655702e96..0807c9c6953f8d8122357b86709224aba2890b0b 100644 --- a/samgr_server/BUILD.gn +++ b/samgr_server/BUILD.gn @@ -24,8 +24,6 @@ shared_library("server") { "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr", "//foundation/distributedschedule/samgr_lite/interfaces/kits/registry", "//utils/native/lite/include", - "//kernel/liteos_a/kernel/include/", - "//kernel/liteos_a/kernel/common", "//third_party/bounds_checking_function/include", "//base/security/permission/interfaces/innerkits/permission_lite", "//base/security/permission/services/permission_lite/pms_base/include",