Josh Wu | 049e2cd | 2022-01-12 05:42:58 -0800 | [diff] [blame] | 1 | package { |
| 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 | |
| 10 | cc_test { |
| 11 | name: "VtsHalBluetoothAudioTargetTest", |
| 12 | defaults: [ |
| 13 | "VtsHalTargetTestDefaults", |
| 14 | "use_libaidlvintf_gtest_helper_static", |
| 15 | ], |
Chih-Hung Hsieh | ad1bf31 | 2022-02-17 21:56:13 -0800 | [diff] [blame] | 16 | tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"], |
Josh Wu | 049e2cd | 2022-01-12 05:42:58 -0800 | [diff] [blame] | 17 | srcs: ["VtsHalBluetoothAudioTargetTest.cpp"], |
Myles Watson | 5aadf9a | 2023-07-11 16:08:27 -0700 | [diff] [blame] | 18 | static_libs: [ |
Josh Wu | 049e2cd | 2022-01-12 05:42:58 -0800 | [diff] [blame] | 19 | "android.hardware.audio.common-V1-ndk", |
Rongxuan Liu | dfd6fb2 | 2023-01-26 17:16:20 +0000 | [diff] [blame] | 20 | "android.hardware.bluetooth.audio-V3-ndk", |
Josh Wu | 049e2cd | 2022-01-12 05:42:58 -0800 | [diff] [blame] | 21 | "android.hardware.common-V2-ndk", |
| 22 | "android.hardware.common.fmq-V1-ndk", |
Myles Watson | 5aadf9a | 2023-07-11 16:08:27 -0700 | [diff] [blame] | 23 | "android.media.audio.common.types-V2-ndk", |
| 24 | ], |
| 25 | shared_libs: [ |
Josh Wu | 049e2cd | 2022-01-12 05:42:58 -0800 | [diff] [blame] | 26 | "libbase", |
| 27 | "libbinder_ndk", |
| 28 | "libcutils", |
| 29 | "libfmq", |
| 30 | ], |
Bao Do | db7e302 | 2023-07-10 03:52:06 +0000 | [diff] [blame] | 31 | test_config: "VtsHalBluetoothAudioTargetTest.xml", |
Josh Wu | 049e2cd | 2022-01-12 05:42:58 -0800 | [diff] [blame] | 32 | test_suites: [ |
| 33 | "general-tests", |
| 34 | "vts", |
| 35 | ], |
| 36 | } |