From d399417e96492f9f550dc333f352394c6b2858b4 Mon Sep 17 00:00:00 2001 From: huangjie Date: Mon, 28 Nov 2022 15:09:32 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20a49f159=20from=20https://gitee.com/maoz?= =?UTF-8?q?iduanl/global=5Fresmgr=5Flite/pulls/117=20=E5=A2=9E=E5=8A=A0hil?= =?UTF-8?q?og=5Flite=E5=A4=B4=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