• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_static {
2    name: "rmidevice",
3    srcs: [
4        "rmifunction.cpp",
5        "rmidevice.cpp",
6        "hiddevice.cpp",
7    ],
8    cflags: [
9        "-Wall",
10        "-Werror",
11        "-Wno-unused-parameter",
12    ],
13    export_include_dirs: ["."],
14}
15