1package { 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 10cc_test { 11 name: "VtsHalBluetoothAudioTargetTest", 12 defaults: [ 13 "VtsHalTargetTestDefaults", 14 "use_libaidlvintf_gtest_helper_static", 15 ], 16 tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"], 17 srcs: ["VtsHalBluetoothAudioTargetTest.cpp"], 18 shared_libs: [ 19 "android.hardware.audio.common-V1-ndk", 20 "android.hardware.bluetooth.audio-V2-ndk", 21 "android.hardware.common-V2-ndk", 22 "android.hardware.common.fmq-V1-ndk", 23 "libbase", 24 "libbinder_ndk", 25 "libcutils", 26 "libfmq", 27 ], 28 test_suites: [ 29 "general-tests", 30 "vts", 31 ], 32} 33