blob: b0b095dec9a334daf1ff46143af060b905be5224 [file] [log] [blame]
Josh Wu049e2cd2022-01-12 05:42:58 -08001package {
Yihan Dongd719d212024-10-12 09:04:41 +00002 default_team: "trendy_team_bluetooth",
Josh Wu049e2cd2022-01-12 05:42:58 -08003 // 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
11cc_test {
12 name: "VtsHalBluetoothAudioTargetTest",
13 defaults: [
Shunkai Yao195d3d62023-10-10 19:26:07 +000014 "latest_android_hardware_audio_common_ndk_static",
15 "latest_android_hardware_bluetooth_audio_ndk_static",
16 "latest_android_media_audio_common_types_ndk_static",
Josh Wu049e2cd2022-01-12 05:42:58 -080017 "VtsHalTargetTestDefaults",
18 "use_libaidlvintf_gtest_helper_static",
19 ],
Chih-Hung Hsiehad1bf312022-02-17 21:56:13 -080020 tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
Josh Wu049e2cd2022-01-12 05:42:58 -080021 srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
Myles Watson44628f32023-07-11 16:08:27 -070022 static_libs: [
Josh Wu049e2cd2022-01-12 05:42:58 -080023 "android.hardware.common-V2-ndk",
24 "android.hardware.common.fmq-V1-ndk",
Myles Watson44628f32023-07-11 16:08:27 -070025 ],
26 shared_libs: [
Josh Wu049e2cd2022-01-12 05:42:58 -080027 "libbase",
28 "libbinder_ndk",
29 "libcutils",
30 "libfmq",
31 ],
Bao Do00dede02023-07-10 03:52:06 +000032 test_config: "VtsHalBluetoothAudioTargetTest.xml",
Josh Wu049e2cd2022-01-12 05:42:58 -080033 test_suites: [
34 "general-tests",
35 "vts",
36 ],
37}