• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import("../../../../musl_template.gni")
2import("../../../test_template.gni")
3
4ohos_executable("ohos_dfx_log") {
5  testonly = true
6  subsystem_name = "musl"
7  part_name = "libc-test"
8
9  sources = [ "ohos_dfx_log.cpp" ]
10  include_dirs = [ "//third_party/musl/libc-test/src/common" ]
11  configs = [ "//third_party/musl/libc-test/src/common:config_runtest" ]
12}
13