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