Home | History | Annotate | Download | only in tests
      1 cc_binary {
      2     name: "test-sensorservice",
      3     srcs: ["sensorservicetest.cpp"],
      4     cflags: [
      5         "-Wall",
      6         "-Werror",
      7     ],
      8     shared_libs: [
      9         "libutils",
     10         "libsensor",
     11         "libandroid",
     12     ],
     13 }
     14