!26 delete invalid include

Merge pull request !26 from zjucx/master
This commit is contained in:
openharmony_ci 2021-07-19 08:08:04 +00:00 committed by Gitee
commit 25bdaeb6d5
7 changed files with 3 additions and 14 deletions

View File

@ -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",

View File

@ -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",
]

View File

@ -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",
]

View File

@ -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",
]
}

View File

@ -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"
]
}

View File

@ -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"
]
}

View File

@ -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",