Bob Badour | c22b35b | 2021-02-23 14:26:20 -0800 | [diff] [blame] | 1 | package { |
Aditya Choudhary | c5c6c62 | 2024-01-31 11:06:17 +0000 | [diff] [blame] | 2 | default_team: "trendy_team_haptics_framework", |
Bob Badour | c22b35b | 2021-02-23 14:26:20 -0800 | [diff] [blame] | 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 | |
Steven Moreland | d44007e | 2019-10-24 18:12:46 -0700 | [diff] [blame] | 11 | cc_test { |
| 12 | name: "VtsHalVibratorTargetTest", |
| 13 | defaults: [ |
| 14 | "VtsHalTargetTestDefaults", |
| 15 | "use_libaidlvintf_gtest_helper_static", |
| 16 | ], |
Chih-Hung Hsieh | ad1bf31 | 2022-02-17 21:56:13 -0800 | [diff] [blame] | 17 | tidy_timeout_srcs: ["VtsHalVibratorTargetTest.cpp"], |
Steven Moreland | d44007e | 2019-10-24 18:12:46 -0700 | [diff] [blame] | 18 | srcs: ["VtsHalVibratorTargetTest.cpp"], |
| 19 | shared_libs: [ |
| 20 | "libbinder", |
| 21 | ], |
| 22 | static_libs: [ |
Jeongik Cha | 3853391 | 2021-01-28 00:49:49 +0900 | [diff] [blame] | 23 | "android.hardware.vibrator-V2-cpp", |
Lais Andrade | 80b1861 | 2020-10-12 18:44:40 +0000 | [diff] [blame] | 24 | ], |
| 25 | test_suites: [ |
| 26 | "general-tests", |
| 27 | "vts", |
| 28 | ], |
| 29 | } |
| 30 | |
| 31 | cc_test { |
| 32 | name: "VtsHalVibratorManagerTargetTest", |
| 33 | defaults: [ |
| 34 | "VtsHalTargetTestDefaults", |
| 35 | "use_libaidlvintf_gtest_helper_static", |
| 36 | ], |
| 37 | srcs: ["VtsHalVibratorManagerTargetTest.cpp"], |
| 38 | shared_libs: [ |
| 39 | "libbinder", |
| 40 | ], |
| 41 | static_libs: [ |
Jeongik Cha | 3853391 | 2021-01-28 00:49:49 +0900 | [diff] [blame] | 42 | "android.hardware.vibrator-V2-cpp", |
Steven Moreland | d44007e | 2019-10-24 18:12:46 -0700 | [diff] [blame] | 43 | ], |
| 44 | test_suites: [ |
Steven Moreland | 1c26978 | 2020-01-09 11:16:05 -0800 | [diff] [blame] | 45 | "general-tests", |
Dan Shi | 3a8a650 | 2020-03-26 00:06:39 -0700 | [diff] [blame] | 46 | "vts", |
Steven Moreland | d44007e | 2019-10-24 18:12:46 -0700 | [diff] [blame] | 47 | ], |
| 48 | } |