From 96e1958ef465d10e519ad547e209d106b2d203b0 Mon Sep 17 00:00:00 2001 From: i-wangliangliang Date: Sat, 9 Jul 2022 10:32:29 +0800 Subject: [PATCH] =?UTF-8?q?iccarm=E5=B7=A5=E5=85=B7=E9=93=BE=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: i-wangliangliang Change-Id: Iff61e6cbbde9470742b8138450514de2374d17ec --- services/source/BUILD.gn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/services/source/BUILD.gn b/services/source/BUILD.gn index b3598ed..b1fd32e 100644 --- a/services/source/BUILD.gn +++ b/services/source/BUILD.gn @@ -23,9 +23,6 @@ static_library("bootstrap") { if (ohos_kernel_type == "liteos_m") { include_dirs += [] } else if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { - include_dirs += [ - "//third_party/bounds_checking_function/include", - ] + include_dirs += [ "//third_party/bounds_checking_function/include" ] } - cflags = [ "-Wall" ] } -- Gitee