Vlad Popa | f4fe41c | 2022-12-14 11:57:26 +0100 | [diff] [blame] | 1 | package { |
Aditya Choudhary | c5c6c62 | 2024-01-31 11:06:17 +0000 | [diff] [blame^] | 2 | default_team: "trendy_team_android_media_audio_framework", |
Vlad Popa | f4fe41c | 2022-12-14 11:57:26 +0100 | [diff] [blame] | 3 | // See: http://go/android-license-faq |
| 4 | // A large-scale-change added 'default_applicable_licenses' to import |
| 5 | // all of the 'license_kinds' from "hardware_interfaces_license" |
| 6 | // to get the below license kinds: |
| 7 | // SPDX-license-identifier-Apache-2.0 |
| 8 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 9 | } |
| 10 | |
| 11 | cc_test { |
| 12 | name: "VtsHalSoundDoseFactoryTargetTest", |
| 13 | defaults: [ |
| 14 | "latest_android_hardware_audio_core_sounddose_ndk_static", |
| 15 | "latest_android_hardware_audio_sounddose_ndk_static", |
| 16 | "latest_android_media_audio_common_types_ndk_static", |
| 17 | "use_libaidlvintf_gtest_helper_static", |
| 18 | "VtsHalTargetTestDefaults", |
| 19 | ], |
| 20 | shared_libs: [ |
| 21 | "libbinder_ndk", |
| 22 | "libcutils", |
| 23 | ], |
| 24 | srcs: [ |
| 25 | "VtsHalSoundDoseFactoryTargetTest.cpp", |
| 26 | ], |
| 27 | cflags: [ |
| 28 | "-Wall", |
| 29 | "-Wextra", |
| 30 | "-Werror", |
| 31 | "-Wthread-safety", |
| 32 | ], |
| 33 | test_suites: [ |
| 34 | "general-tests", |
| 35 | "vts", |
| 36 | ], |
| 37 | } |