blob: e2c187864b885d5aa7f3eaa80ed1777ed209882b [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
Dan Willemsenb44c69e2017-10-23 17:15:03 -070010cc_library_headers {
11 name: "libaaudio_example_utils",
Dan Willemsen32959132017-10-30 13:36:57 -070012 export_include_dirs: ["utils"],
Dan Willemsenb44c69e2017-10-23 17:15:03 -070013}