blob: b33bba3ca4bfb841076b576f6498282c4a02d5f3 [file] [log] [blame]
Bob Badour56786ac2021-02-25 15:24:36 -08001package {
Aditya Choudharyb2eeb462024-01-31 11:07:15 +00002 default_team: "trendy_team_android_media_audio_framework",
Bob Badour56786ac2021-02-25 15:24:36 -08003 // 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: ["frameworks_av_license"],
9}
10
François Gaffie962ba212019-04-03 16:21:39 +020011cc_library_headers {
12 name: "libaudiopolicymanager_interface_headers",
13 host_supported: true,
14 export_include_dirs: ["."],
15}