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 "frameworks_av_license"
6    // to get the below license kinds:
7    //   SPDX-license-identifier-Apache-2.0
8    default_applicable_licenses: ["Android-Apache-2.0"],
9}
10
11cc_library_headers {
12    name: "libaudiopolicymanager_interface_headers",
13    host_supported: true,
14    export_include_dirs: ["."],
15}
16