From c26e903abd1cab57c8ed11c4127ce110db0cdad1 Mon Sep 17 00:00:00 2001 From: zhushengle Date: Tue, 27 Sep 2022 09:55:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81UniProton=E5=86=85?= =?UTF-8?q?=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #I5TGKH Signed-off-by: zhushengle Change-Id: I6743bfdbb098e77fcf67018a25a2d3ded38dbf3c --- services/source/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/source/BUILD.gn b/services/source/BUILD.gn index a10cdca..3021a7b 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" ] -- Gitee