• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    // See: http://go/android-license-faq
3    // A large-scale-change added 'default_applicable_licenses' to import
4    // all of the 'license_kinds' from "system_core_init_license"
5    // to get the below license kinds:
6    //   SPDX-license-identifier-Apache-2.0
7    default_applicable_licenses: ["system_core_init_license"],
8}
9
10cc_test {
11    name: "init_kill_services_test",
12    srcs: ["init_kill_services_test.cpp"],
13    shared_libs: [
14        "libbase",
15        "libhidlbase",
16    ],
17    test_suites: ["general-tests"],
18
19    // TODO(b/153565474): switch back to auto-generation
20    // and add back:
21    //     require_root: true,
22    auto_gen_config: false,
23}
24