Home | History | Annotate | Download | only in rmihidtool
      1 cc_binary {
      2     name: "rmihidtool",
      3     srcs: ["main.cpp"],
      4     cflags: [
      5         "-Wall",
      6         "-Werror",
      7         "-Wno-unused-parameter",
      8     ],
      9     static_libs: ["rmidevice"],
     10 }
     11