From 505c1e8bed5a2427e7b49cfaba0456108ae235c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E7=A3=8A?= Date: Tue, 20 Jul 2021 07:14:52 +0000 Subject: [PATCH] Signed-off-by: xionglei xionglei6@huawei.com --- services/source/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/services/source/BUILD.gn b/services/source/BUILD.gn index e0f8f6e..b3598ed 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", ] } -- Gitee