From a49f159f9280b0ccf0d9aafe5103c0c02447150c Mon Sep 17 00:00:00 2001 From: huangjie Date: Mon, 28 Nov 2022 15:09:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0hilog=5Flite=E5=A4=B4?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangjie --- frameworks/resmgr_lite/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frameworks/resmgr_lite/BUILD.gn b/frameworks/resmgr_lite/BUILD.gn index 8e8929f..01b486d 100644 --- a/frameworks/resmgr_lite/BUILD.gn +++ b/frameworks/resmgr_lite/BUILD.gn @@ -81,6 +81,8 @@ if (defined(ohos_lite)) { if (ohos_kernel_type == "liteos_m") { static_library("global_resmgr") { sources = global_sources + include_dirs = + [ "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite" ] public_configs = [ ":global_resmgr_config" ] deps = [ "//third_party/bounds_checking_function:libsec_static" ] } -- Gitee