blob: beb9a8e013e8f9f334aac0c280c2da81a328f31e [file] [log] [blame]
Bob Badour8117c2a2021-02-03 18:31:58 -08001package {
2 // http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // the below license kinds from "system_media_license":
5 // SPDX-license-identifier-Apache-2.0
6 default_applicable_licenses: ["system_media_license"],
7}
8
Colin Cross5c119a32017-04-19 23:05:45 -07009cc_library_headers {
10 name: "libaudioeffects",
Steven Morelandf4e42542017-07-14 11:40:35 -070011 vendor_available: true,
Harish Mahendrakarc9c79a72021-02-10 14:08:07 -080012 host_supported: true,
Steven Moreland9f8848f2017-05-04 14:06:01 -070013 header_libs: ["libhardware_headers"],
14 export_header_lib_headers: ["libhardware_headers"],
Colin Cross5c119a32017-04-19 23:05:45 -070015 export_include_dirs: ["include"],
16}