blob: 5d399b508ea2ad2cb86002f3946bc03c6fce8c97 [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"],
pack_relocations: false,
}
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"],
pack_relocations: false,
}