• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import("../../../../musl_template.gni")
2import("../../../test_template.gni")
3
4ohos_executable("hilog_level") {
5  subsystem_name = "musl"
6  part_name = "libc-test"
7
8  sources = [ "hilog_level.c" ]
9  include_dirs = [
10    "//third_party/musl/libc-test/src/common",
11    "//third_party/musl/porting/linux/user/src",
12    "//third_party/musl/porting/linux/user/include",
13    "//third_party/musl/libc-test/src/functionalext/hilog",
14  ]
15  configs = [ "//third_party/musl/libc-test/src/common:config_runtest" ]
16  if (use_musl) {
17    defines = [ "OHOS_ENABLE_PARAMETER" ]
18  }
19}
20