提交 e6c31ca9 编写于 作者: C chenxuihui

codecheck bugfix

Signed-off-by: Nchenxuihui <chenxuhui2@huawei.com>
上级 4cc34b04
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
module_output_path = "hits/hilogndktest" module_output_path = "hits/hilogndktest"
...@@ -18,14 +18,12 @@ config("hilogndktest_config") { ...@@ -18,14 +18,12 @@ config("hilogndktest_config") {
visibility = [ ":*" ] visibility = [ ":*" ]
include_dirs = [ include_dirs = [
"//base/hiviewdfx/hilog/interface/native/kits/include", "//base/hiviewdfx/hilog/interface/native/kits/include",
"../../../utils/native",
] ]
} }
ohos_moduletest_suite("hilogndktest") { ohos_moduletest_suite("hilogndktest") {
module_out_path = module_output_path module_out_path = module_output_path
sources = [ "hilogndktest.cpp" ] sources = [ "hilogndktest.cpp" ]
deps = [ deps = [
"../../../utils/native:utilskit",
"//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/interface/native/kits:libhilog_ndk",
"//utils/native/base:utils", "//utils/native/base:utils",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册