blob: c160d1f5cc35dc1b7c469f7f0b6f49bf2588ad4a [file] [log] [blame]
Mikhail Naganove5d747e2021-11-16 01:31:03 +00001package {
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: "VtsHalAudioCoreTargetTest",
12 defaults: [
13 "VtsHalTargetTestDefaults",
14 "use_libaidlvintf_gtest_helper_static",
15 ],
16 srcs: [
17 "ModuleConfig.cpp",
18 "VtsHalAudioCoreTargetTest.cpp",
19 ],
20 shared_libs: [
21 "libbinder",
22 ],
23 static_libs: [
24 "android.hardware.audio.common-V1-cpp",
25 "android.hardware.audio.core-V1-cpp",
26 "android.media.audio.common.types-V1-cpp",
27 ],
28 test_suites: [
29 "general-tests",
30 "vts",
31 ],
32}