• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5python_test_host {
6    name: "logd_integration_test",
7    main: "logd_integration_test.py",
8    srcs: [
9        "logd_integration_test.py",
10    ],
11    test_config: "logd_integration_test.xml",
12    test_suites: ["general-tests"],
13    test_options: {
14        unit_test: false,
15    },
16}
17