From f050c339570c8d3982e5d2962cfce223d0188393 Mon Sep 17 00:00:00 2001 From: suwenxiang Date: Wed, 23 Nov 2022 19:38:04 +0800 Subject: [PATCH] Description: Fix the undefined problem of HASH LOG interface IssueNo: https://gitee.com/openharmony/graphic_utils/issues/I62ERZ Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: suwenxiang --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 93ae3fb..0f68e93 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -283,5 +283,7 @@ lite_library("ui") { cflags_cc = cflags } else { defines = [ "ENABLE_ICU=1" ] + include_dirs += + [ "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite" ] } } -- GitLab