diff --git a/services/source/BUILD.gn b/services/source/BUILD.gn index a10cdcafbfaf4fbeca996c054360c98404e6bf92..3021a7bc05cbad85a81f9595ae29c46dd5bf7d92 100644 --- a/services/source/BUILD.gn +++ b/services/source/BUILD.gn @@ -20,7 +20,7 @@ static_library("bootstrap") { "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", "//commonlibrary/utils_lite/include", ] - if (ohos_kernel_type == "liteos_m") { + if (ohos_kernel_type == "liteos_m" || ohos_kernel_type == "uniproton") { include_dirs += [] } else if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { include_dirs += [ "//third_party/bounds_checking_function/include" ]