Home | History | Annotate | Download | only in input_monitor
      1 cc_test {
      2     name: "input_monitor",
      3     gtest: false,
      4     srcs: ["src/input_monitor.cpp"],
      5     cflags: ["-Wall", "-Werror"],
      6     shared_libs: ["libaaudio"],
      7     header_libs: ["libaaudio_example_utils"],
      8     pack_relocations: false,
      9 }
     10 
     11 cc_test {
     12     name: "input_monitor_callback",
     13     gtest: false,
     14     srcs: ["src/input_monitor_callback.cpp"],
     15     cflags: ["-Wall", "-Werror"],
     16     shared_libs: ["libaaudio"],
     17     header_libs: ["libaaudio_example_utils"],
     18     pack_relocations: false,
     19 }
     20