Home | History | Annotate | Download | only in nusensors
      1 cc_binary {
      2     name: "test-nusensors",
      3 
      4     srcs: ["nusensors.cpp"],
      5 
      6     cflags: ["-Wall", "-Werror"],
      7 
      8     shared_libs: [
      9         "libcutils",
     10         "libhardware",
     11     ],
     12 }
     13