From e9b583e02ed1e12e09c8e40ef4798309fc0d6f33 Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Mon, 12 Dec 2022 15:44:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9L0=E9=83=A8=E5=88=86=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E7=BC=96=E8=AF=91=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengjinsong2 --- services/source/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/source/BUILD.gn b/services/source/BUILD.gn index 3021a7b..4b7b87c 100644 --- a/services/source/BUILD.gn +++ b/services/source/BUILD.gn @@ -19,11 +19,14 @@ static_library("bootstrap") { "../source", "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", "//commonlibrary/utils_lite/include", + "//base/startup/init/interfaces/innerkits", ] 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" ] } + + deps = [ "//base/startup/init/interfaces/innerkits:libbegetutil" ] cflags = [ "-Wall" ] } -- Gitee