Files
hardware_interfaces/bluetooth/audio/aidl/vts/Android.bp
Yihan Dong d719d219bb Add proposed trendy teams for VTS modules
Change-Id: I4cf8802611eec791420c27432dc7e8b708960736
Test: build locally
Bug: 368362374
2024-10-12 09:05:20 +00:00

38 lines
1.2 KiB
Plaintext

package {
default_team: "trendy_team_bluetooth",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_interfaces_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_interfaces_license"],
}
cc_test {
name: "VtsHalBluetoothAudioTargetTest",
defaults: [
"latest_android_hardware_audio_common_ndk_static",
"latest_android_hardware_bluetooth_audio_ndk_static",
"latest_android_media_audio_common_types_ndk_static",
"VtsHalTargetTestDefaults",
"use_libaidlvintf_gtest_helper_static",
],
tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
static_libs: [
"android.hardware.common-V2-ndk",
"android.hardware.common.fmq-V1-ndk",
],
shared_libs: [
"libbase",
"libbinder_ndk",
"libcutils",
"libfmq",
],
test_config: "VtsHalBluetoothAudioTargetTest.xml",
test_suites: [
"general-tests",
"vts",
],
}