blob: 8d86e956fff595de9bb686326f4aabb249626613 [file] [log] [blame]
Bob Badour948e6aa2021-02-12 21:02:31 -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 Willemsen32959132017-10-30 13:36:57 -070010cc_test {
11 name: "aaudio_loopback",
12 gtest: false,
13 srcs: ["src/loopback.cpp"],
Chih-Hung Hsiehb922c2e2017-11-29 14:00:30 -080014 cflags: ["-Wall", "-Werror"],
Phil Burk4a764a32018-01-02 14:21:59 -080015 static_libs: ["libsndfile"],
16 shared_libs: [
17 "libaaudio",
Kevin Rocard07be14f2018-01-24 06:14:03 +000018 "libaudioutils",
Phil Burk4a764a32018-01-02 14:21:59 -080019 ],
Dan Willemsen32959132017-10-30 13:36:57 -070020 header_libs: ["libaaudio_example_utils"],
Dan Willemsen32959132017-10-30 13:36:57 -070021}