blob: 88be968f27168074bdd58d1efe89d7e88649857f [file] [log] [blame]
Vlad Popaf4fe41c2022-12-14 11:57:26 +01001package {
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: "VtsHalSoundDoseFactoryTargetTest",
12 defaults: [
13 "latest_android_hardware_audio_core_sounddose_ndk_static",
14 "latest_android_hardware_audio_sounddose_ndk_static",
15 "latest_android_media_audio_common_types_ndk_static",
16 "use_libaidlvintf_gtest_helper_static",
17 "VtsHalTargetTestDefaults",
18 ],
19 shared_libs: [
20 "libbinder_ndk",
21 "libcutils",
22 ],
23 srcs: [
24 "VtsHalSoundDoseFactoryTargetTest.cpp",
25 ],
26 cflags: [
27 "-Wall",
28 "-Wextra",
29 "-Werror",
30 "-Wthread-safety",
31 ],
32 test_suites: [
33 "general-tests",
34 "vts",
35 ],
36}