blob: f248aa9f4e5d9b89d4037ea105bde052971aa766 [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_interfaces_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_interfaces_license"],
}
cc_test {
name: "VtsHalOccupantAwarenessV1_0TargetTest",
defaults: [
"VtsHalTargetTestDefaults",
"use_libaidlvintf_gtest_helper_static",
],
srcs: ["VtsHalOccupantAwarenessV1_0TargetTest.cpp"],
shared_libs: [
"libbinder",
],
static_libs: [
"android.hardware.automotive.occupant_awareness-V1-cpp",
],
test_suites: [
"vts",
],
}