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