Bob Badour | 56786ac | 2021-02-25 15:24:36 -0800 | [diff] [blame] | 1 | package { |
Aditya Choudhary | b2eeb46 | 2024-01-31 11:07:15 +0000 | [diff] [blame] | 2 | default_team: "trendy_team_android_media_audio_framework", |
Bob Badour | 56786ac | 2021-02-25 15:24:36 -0800 | [diff] [blame] | 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: ["frameworks_av_license"], |
| 9 | } |
| 10 | |
Kevin Rocard | dfa1e8a | 2018-10-26 16:42:07 -0700 | [diff] [blame] | 11 | cc_library_headers { |
| 12 | name: "libaudiopolicycommon", |
jiabin | 9a3361e | 2019-10-01 09:38:30 -0700 | [diff] [blame] | 13 | header_libs: [ |
| 14 | "libaudiofoundation_headers", |
| 15 | ], |
Kevin Rocard | dfa1e8a | 2018-10-26 16:42:07 -0700 | [diff] [blame] | 16 | export_include_dirs: ["include"], |
| 17 | } |