blob: 7286478a84d399b2f6ffc474b760e83109db31c0 [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",
Steven Moreland731531d2017-06-26 19:22:03 +000016 "libbase",
17 "libbinder",
18 "libcutils",
19 "libhardware",
20 "libhidlbase",
21 "libhidltransport",
22 "liblog",
Scott Randolph46bc1282017-07-27 18:26:27 -070023 "libui",
Steven Moreland731531d2017-06-26 19:22:03 +000024 "libutils",
25 ],
26
27 cflags: [
28 "-O0",
29 "-g",
30 ],
31}