1package { 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 "frameworks_av_license" 5 // to get the below license kinds: 6 // SPDX-license-identifier-Apache-2.0 7 default_applicable_licenses: ["frameworks_av_license"], 8} 9 10cc_test { 11 name: "libmedia_helper_tests", 12 13 generated_headers: ["audio_policy_configuration_V7_0"], 14 generated_sources: ["audio_policy_configuration_V7_0"], 15 header_libs: ["libxsdc-utils"], 16 shared_libs: [ 17 "libbase", 18 "liblog", 19 "libmedia_helper", 20 "libxml2", 21 ], 22 23 srcs: ["typeconverter_tests.cpp"], 24 25 cflags: [ 26 "-Werror", 27 "-Wall", 28 ], 29 30 test_suites: ["device-tests"], 31} 32