BUILD.gn 165 字节
Newer Older
H
huyunhui1 已提交
1 2 3 4 5 6 7 8 9 10
import("//build/ohos_var.gni")

group("arkcompiler") {
  testonly = true
  if (is_standard_system) {
    deps = [
      "DemoTest:ActsDemoTest",
    ]
  }
}