blob: b645f59950c53fe2ebd0800b0a4d202324c81035 [file] [log] [blame]
Yifan Hong602b85a2016-10-24 13:40:01 -07001cc_test {
2 name: "libhidl-test",
3 gtest: false,
4 srcs: ["main.cpp"],
5
6 shared_libs: [
7 "libbase",
8 "libhidl",
9 "libhwbinder",
10 "liblog",
11 "libutils",
12 ],
13 static_libs: ["libgtest"],
14
15 cflags: [
16 "-O0",
17 "-g",
18 ],
19}