diff --git a/services/source/BUILD.gn b/services/source/BUILD.gn index b3598edcb2131a1c0f27414ff0b2e5a948f9a26e..b1fd32e157a872f3d8ee1af356e4921f5b4227b4 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" ] }