blob: 66ba7e25e7d6e6956d26df36c2bb0b56ba248834 [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
Atneya Nair987ece82024-02-09 16:42:48 -08008 default_applicable_licenses: ["Android-Apache-2.0"],
Bob Badour56786ac2021-02-25 15:24:36 -08009}
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}