• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
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
9cc_library_headers {
10    name: "libaudioeffects",
11    vendor_available: true,
12    host_supported: true,
13    header_libs: ["libhardware_headers"],
14    export_header_lib_headers: ["libhardware_headers"],
15    export_include_dirs: ["include"],
16}
17