• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_team: "trendy_team_aaos_framework",
3    // See: http://go/android-license-faq
4    // A large-scale-change added 'default_applicable_licenses' to import
5    // all of the 'license_kinds' from "hardware_interfaces_license"
6    // to get the below license kinds:
7    //   SPDX-license-identifier-Apache-2.0
8    default_applicable_licenses: ["hardware_interfaces_license"],
9}
10
11cc_test {
12    name: "VtsHalOccupantAwarenessV1_0TargetTest",
13    defaults: [
14        "VtsHalTargetTestDefaults",
15        "use_libaidlvintf_gtest_helper_static",
16    ],
17    srcs: ["VtsHalOccupantAwarenessV1_0TargetTest.cpp"],
18    shared_libs: [
19        "libbinder",
20    ],
21    static_libs: [
22        "android.hardware.automotive.occupant_awareness-V1-cpp",
23    ],
24    test_suites: [
25        "vts",
26    ],
27}
28