blob: 91701ad3032786131b9f1376b05d2a41765e5733 [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
Kevin Rocarddfa1e8a2018-10-26 16:42:07 -070010cc_library_headers {
11 name: "libaudiopolicycommon",
jiabin9a3361e2019-10-01 09:38:30 -070012 header_libs: [
13 "libaudiofoundation_headers",
14 ],
Kevin Rocarddfa1e8a2018-10-26 16:42:07 -070015 export_include_dirs: ["include"],
16}