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", | ||||
9 | "libaudioutils", | ||||
10 | ], | ||||
Dan Willemsen | 3295913 | 2017-10-30 13:36:57 -0700 | [diff] [blame] | 11 | header_libs: ["libaaudio_example_utils"], |
12 | } |