blob: 1b6e56d06852ad2bb2190c0abdfebd2cb9c729fd [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -08001package {
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 "hardware_interfaces_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
Steven Morelandd44007e2019-10-24 18:12:46 -070010cc_test {
11 name: "VtsHalVibratorTargetTest",
12 defaults: [
13 "VtsHalTargetTestDefaults",
14 "use_libaidlvintf_gtest_helper_static",
15 ],
16 srcs: ["VtsHalVibratorTargetTest.cpp"],
17 shared_libs: [
18 "libbinder",
19 ],
20 static_libs: [
Jeongik Cha1674c132021-01-26 22:34:55 +090021 "android.hardware.vibrator-V1-cpp",
Steven Morelandd44007e2019-10-24 18:12:46 -070022 ],
23 test_suites: [
Steven Moreland1c269782020-01-09 11:16:05 -080024 "general-tests",
Dan Shiba894f82020-03-26 00:06:39 -070025 "vts",
Steven Morelandd44007e2019-10-24 18:12:46 -070026 ],
27}