blob: a5f281910af66c096fb9efb5dd9ee19c4c3601dd [file] [log] [blame]
Bob Badour56786ac2021-02-25 15:24:36 -08001package {
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
Mikhail Naganovf33115d2020-09-25 23:03:05 +000010cc_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}