From 9fb2855d465a91416f4fb340d1d6cbdb0887ead5 Mon Sep 17 00:00:00 2001 From: chenxuihui Date: Wed, 22 Jun 2022 18:21:35 +0800 Subject: [PATCH] bugfix Signed-off-by: chenxuihui --- hiviewdfx/hilogtest/hilogndktest/BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hiviewdfx/hilogtest/hilogndktest/BUILD.gn b/hiviewdfx/hilogtest/hilogndktest/BUILD.gn index 8c61b6762..40f6c954b 100755 --- a/hiviewdfx/hilogtest/hilogndktest/BUILD.gn +++ b/hiviewdfx/hilogtest/hilogndktest/BUILD.gn @@ -18,7 +18,6 @@ config("hilogndktest_config") { visibility = [ ":*" ] include_dirs = [ "//base/hiviewdfx/hilog/interface/native/kits/include", - "//base/hiviewdfx/hilog/interface/native/kits", ] } ohos_moduletest_suite("hilogndktest") { @@ -26,7 +25,7 @@ ohos_moduletest_suite("hilogndktest") { sources = [ "hilogndktest.cpp" ] deps = [ "//base/hiviewdfx/hilog/frameworks/hilog_ndk:hilog_ndk", - "//base/hiviewdfx/hilog/interface/native/kits:libhilog_ndk", + "//base/hiviewdfx/hilog/interfaces/native/kits:libhilog_ndk", "//utils/native/base:utils", ] configs = [ ":hilogndktest_config" ] -- GitLab