diff --git a/hiviewdfx/hilogtest/hilogndktest/BUILD.gn b/hiviewdfx/hilogtest/hilogndktest/BUILD.gn index 8c61b6762b5dc826c24538970bf517aea80fc24e..40f6c954bfaf76202200f45e404dafafde5962a1 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" ]