Bob Badour | b224b36 | 2021-02-12 20:13:01 -0800 | [diff] [blame] | 1 | package { |
Yihan Dong | d719d21 | 2024-10-12 09:04:41 +0000 | [diff] [blame^] | 2 | default_team: "trendy_team_bluetooth", |
Bob Badour | b224b36 | 2021-02-12 20:13:01 -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 | |
Cheney Ni | 56d54f1 | 2018-11-30 16:29:47 +0800 | [diff] [blame] | 11 | cc_test { |
| 12 | name: "VtsHalBluetoothAudioV2_0TargetTest", |
| 13 | defaults: ["VtsHalTargetTestDefaults"], |
| 14 | srcs: ["VtsHalBluetoothAudioV2_0TargetTest.cpp"], |
| 15 | static_libs: [ |
| 16 | "android.hardware.audio.common@5.0", |
| 17 | "android.hardware.bluetooth.audio@2.0", |
| 18 | ], |
| 19 | shared_libs: [ |
| 20 | "libfmq", |
| 21 | ], |
Dan Shi | ba894f8 | 2020-03-26 00:06:39 -0700 | [diff] [blame] | 22 | test_suites: ["general-tests", "vts"], |
Cheney Ni | 56d54f1 | 2018-11-30 16:29:47 +0800 | [diff] [blame] | 23 | } |