1package { 2 default_team: "trendy_team_android_media_audio_framework", 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 11cc_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} 38