blob: 6e28ab1a54a04a77bc847dd0f43953ba6f79e3a1 [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",
Steven Moreland731531d2017-06-26 19:22:03 +000021 "liblog",
Scott Randolph46bc1282017-07-27 18:26:27 -070022 "libui",
Steven Moreland731531d2017-06-26 19:22:03 +000023 "libutils",
24 ],
25
26 cflags: [
27 "-O0",
28 "-g",
29 ],
Changyeon Jo6912b902020-03-29 10:01:50 -070030
31 vintf_fragments: [
32 "manifest_android.hardware.automotive.evs@1.0-service.xml",
33 ],
Steven Moreland731531d2017-06-26 19:22:03 +000034}