blob: d8c58431fc43bec3b64dff2e8f7c916432a1b81d [file] [log] [blame]
cc_test {
name: "input_monitor",
gtest: false,
srcs: ["src/input_monitor.cpp"],
cflags: ["-Wall", "-Werror"],
shared_libs: ["libaaudio"],
header_libs: ["libaaudio_example_utils"],
}
cc_test {
name: "input_monitor_callback",
gtest: false,
srcs: ["src/input_monitor_callback.cpp"],
cflags: ["-Wall", "-Werror"],
shared_libs: ["libaaudio"],
header_libs: ["libaaudio_example_utils"],
}