mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
38 lines
1.2 KiB
Plaintext
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",
|
|
],
|
|
}
|