blob: 53e50205f9e510d9a14e7e2c0e0c5a875916eaf7 [file] [log] [blame]
Dan Willemsen32959132017-10-30 13:36:57 -07001cc_test {
2 name: "aaudio_loopback",
3 gtest: false,
4 srcs: ["src/loopback.cpp"],
Chih-Hung Hsiehb922c2e2017-11-29 14:00:30 -08005 cflags: ["-Wall", "-Werror"],
Phil Burk4a764a32018-01-02 14:21:59 -08006 static_libs: ["libsndfile"],
7 shared_libs: [
8 "libaaudio",
Kevin Rocard07be14f2018-01-24 06:14:03 +00009 "libaudioutils",
Phil Burk4a764a32018-01-02 14:21:59 -080010 ],
Dan Willemsen32959132017-10-30 13:36:57 -070011 header_libs: ["libaaudio_example_utils"],
Phil Burk92e1e812018-11-06 13:09:53 -080012 pack_relocations: false,
Dan Willemsen32959132017-10-30 13:36:57 -070013}