blob: 2574e860b236a1763cf7d408c44c366b35e1bb2e [file] [log] [blame]
Steven Moreland731531d2017-06-26 19:22:03 +00001cc_binary {
2 name: "android.hardware.automotive.evs@1.0-service",
3 defaults: ["hidl_defaults"],
4 proprietary: true,
5 relative_install_path: "hw",
6 srcs: [
7 "service.cpp",
8 "EvsCamera.cpp",
9 "EvsEnumerator.cpp",
10 "EvsDisplay.cpp"
11 ],
12 init_rc: ["android.hardware.automotive.evs@1.0-service.rc"],
13
14 shared_libs: [
15 "android.hardware.automotive.evs@1.0",
16 "libui",
17 "libbase",
18 "libbinder",
19 "libcutils",
20 "libhardware",
21 "libhidlbase",
22 "libhidltransport",
23 "liblog",
24 "libutils",
25 ],
26
27 cflags: [
28 "-O0",
29 "-g",
30 ],
31}