Dan Willemsen | 3295913 | 2017-10-30 13:36:57 -0700 | [diff] [blame] | 1 | cc_test { |
| 2 | name: "aaudio_loopback", |
| 3 | gtest: false, |
| 4 | srcs: ["src/loopback.cpp"], |
Chih-Hung Hsieh | b922c2e | 2017-11-29 14:00:30 -0800 | [diff] [blame] | 5 | cflags: ["-Wall", "-Werror"], |
Phil Burk | 4a764a3 | 2018-01-02 14:21:59 -0800 | [diff] [blame] | 6 | static_libs: ["libsndfile"], |
| 7 | shared_libs: [ |
| 8 | "libaaudio", |
Kevin Rocard | 07be14f | 2018-01-24 06:14:03 +0000 | [diff] [blame] | 9 | "libaudioutils", |
Phil Burk | 4a764a3 | 2018-01-02 14:21:59 -0800 | [diff] [blame] | 10 | ], |
Dan Willemsen | 3295913 | 2017-10-30 13:36:57 -0700 | [diff] [blame] | 11 | header_libs: ["libaaudio_example_utils"], |
Dan Willemsen | 3295913 | 2017-10-30 13:36:57 -0700 | [diff] [blame] | 12 | } |