From 8632a40131d5edc9e31987f8d3d22ad0c66a363b Mon Sep 17 00:00:00 2001 From: chenxuihui Date: Wed, 22 Jun 2022 17:22:20 +0800 Subject: [PATCH] xts bugfix Signed-off-by: chenxuihui --- hiviewdfx/hilogtest/hilogndktest/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/hiviewdfx/hilogtest/hilogndktest/BUILD.gn b/hiviewdfx/hilogtest/hilogndktest/BUILD.gn index 906c8f21b..8c61b6762 100755 --- a/hiviewdfx/hilogtest/hilogndktest/BUILD.gn +++ b/hiviewdfx/hilogtest/hilogndktest/BUILD.gn @@ -18,6 +18,7 @@ config("hilogndktest_config") { visibility = [ ":*" ] include_dirs = [ "//base/hiviewdfx/hilog/interface/native/kits/include", + "//base/hiviewdfx/hilog/interface/native/kits", ] } ohos_moduletest_suite("hilogndktest") { -- GitLab