blob: e3bff2567124eba2956b003321e4b8d104114eb3 [file] [log] [blame]
Scott Randolph5c99d852016-11-15 17:01:23 -08001cc_binary {
2 name: "android.hardware.evs@1.0-service",
3 relative_install_path: "hw",
4 srcs: [
5 "service.cpp",
6 "EvsCamera.cpp",
7 "EvsEnumerator.cpp",
8 "EvsDisplay.cpp"
9 ],
10 init_rc: ["android.hardware.evs@1.0-service.rc"],
11
12 shared_libs: [
13 "android.hardware.evs@1.0",
Scott Randolph5c99d852016-11-15 17:01:23 -080014 "libui",
15 "libbase",
16 "libbinder",
17 "libcutils",
18 "libhardware",
19 "libhidlbase",
20 "libhidltransport",
21 "libhwbinder",
22 "liblog",
23 "libutils",
24 ],
25}