diff --git a/services/source/BUILD.gn b/services/source/BUILD.gn index e0f8f6e9430d3c5bf034616a6a341fcbb49ec985..b3598edcb2131a1c0f27414ff0b2e5a948f9a26e 100644 --- a/services/source/BUILD.gn +++ b/services/source/BUILD.gn @@ -24,7 +24,6 @@ static_library("bootstrap") { include_dirs += [] } else if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { include_dirs += [ - "//kernel/liteos_a/kernel/include/", "//third_party/bounds_checking_function/include", ] }