Jayden Kim | 8959c5a | 2024-10-14 19:20:10 +0000 | [diff] [blame] | 1 | package { |
| 2 | default_team: "trendy_team_bluetooth", |
| 3 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 4 | } |
| 5 | |
| 6 | cc_test { |
| 7 | name: "VtsHalBluetoothSocketTargetTest", |
| 8 | defaults: [ |
| 9 | "use_libaidlvintf_gtest_helper_static", |
| 10 | ], |
| 11 | srcs: ["VtsHalBluetoothSocketTargetTest.cpp"], |
| 12 | shared_libs: [ |
| 13 | "libbase", |
| 14 | "libbinder_ndk", |
| 15 | "libcutils", |
| 16 | "liblog", |
| 17 | "libutils", |
| 18 | ], |
| 19 | static_libs: [ |
| 20 | "android.hardware.bluetooth.socket-V1-ndk", |
Jayden Kim | bd85b67 | 2024-12-04 06:48:42 +0000 | [diff] [blame] | 21 | "android.hardware.contexthub-V4-ndk", |
Jayden Kim | 8959c5a | 2024-10-14 19:20:10 +0000 | [diff] [blame] | 22 | ], |
| 23 | test_suites: [ |
| 24 | "general-tests", |
| 25 | "vts", |
| 26 | ], |
| 27 | require_root: true, |
| 28 | } |