提交 9fb2855d 编写于 作者: C chenxuihui

bugfix

Signed-off-by: Nchenxuihui <chenxuhui2@huawei.com>
上级 8632a401
...@@ -18,7 +18,6 @@ config("hilogndktest_config") { ...@@ -18,7 +18,6 @@ config("hilogndktest_config") {
visibility = [ ":*" ] visibility = [ ":*" ]
include_dirs = [ include_dirs = [
"//base/hiviewdfx/hilog/interface/native/kits/include", "//base/hiviewdfx/hilog/interface/native/kits/include",
"//base/hiviewdfx/hilog/interface/native/kits",
] ]
} }
ohos_moduletest_suite("hilogndktest") { ohos_moduletest_suite("hilogndktest") {
...@@ -26,7 +25,7 @@ ohos_moduletest_suite("hilogndktest") { ...@@ -26,7 +25,7 @@ ohos_moduletest_suite("hilogndktest") {
sources = [ "hilogndktest.cpp" ] sources = [ "hilogndktest.cpp" ]
deps = [ deps = [
"//base/hiviewdfx/hilog/frameworks/hilog_ndk:hilog_ndk", "//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", "//utils/native/base:utils",
] ]
configs = [ ":hilogndktest_config" ] configs = [ ":hilogndktest_config" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册