mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 08:54:55 +00:00
- with defaults user don't have to change their Android.bp when there is a update - update AIDL audio interfaces with android.media.audio.common.types - update Spatialization and HeadTracking AIDL usage Bug: 273373363 Bug: 293370815 Test: m Test: lunch panther-trunk_staging-userdebug; m; test Bluetooth Audio Change-Id: Ic9d8afc1d4e19e4243c66065b0a5d29156632851 Merged-In: Ic9d8afc1d4e19e4243c66065b0a5d29156632851
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
package {
|
|
// 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",
|
|
],
|
|
}
|