blob: a46347102f095cb7cd12fa65119ea79f2328778b [file] [log] [blame]
Changyeon Jo2400b692019-07-18 21:32:48 -07001cc_binary {
2 name: "android.hardware.automotive.evs@1.1-service",
3 defaults: ["hidl_defaults"],
4 proprietary: true,
5 relative_install_path: "hw",
6 srcs: [
7 "service.cpp",
8 "EvsCamera.cpp",
9 "EvsEnumerator.cpp",
Changyeon Jo468cc1d2019-10-12 05:18:16 -070010 "EvsDisplay.cpp"
Changyeon Jo2400b692019-07-18 21:32:48 -070011 ],
12 init_rc: ["android.hardware.automotive.evs@1.1-service.rc"],
13
14 shared_libs: [
15 "android.hardware.automotive.evs@1.0",
16 "android.hardware.automotive.evs@1.1",
17 "libbase",
18 "libbinder",
Changyeon Jo468cc1d2019-10-12 05:18:16 -070019 "libcutils",
Changyeon Jo2400b692019-07-18 21:32:48 -070020 "libhardware",
21 "libhidlbase",
Changyeon Jo2400b692019-07-18 21:32:48 -070022 "liblog",
23 "libui",
24 "libutils",
25 ],
26
27 cflags: [
28 "-O0",
29 "-g",
30 ],
Changyeon Jo2400b692019-07-18 21:32:48 -070031}