blob: d33c0ca59de1f88be4c1179070a90339ac42605e [file] [log] [blame]
Sasha Smundak6a6bdad2019-01-24 23:20:47 -08001cc_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}