blob: a699b8b8af4fb65ab6e846950cb562ea58240237 [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
Kevin Rocarddfa1e8a2018-10-26 16:42:07 -070011cc_library_headers {
12 name: "libaudiopolicycommon",
jiabin9a3361e2019-10-01 09:38:30 -070013 header_libs: [
14 "libaudiofoundation_headers",
15 ],
Kevin Rocarddfa1e8a2018-10-26 16:42:07 -070016 export_include_dirs: ["include"],
17}