blob: c47f035cb4c62c7ec6cde5c5f71f764de14e1d3e [file] [log] [blame]
Scott Randolph5c99d852016-11-15 17:01:23 -08001cc_binary {
2 name: "android.hardware.evs@1.0-service",
Steven Morelanda0da1a12017-02-13 09:59:06 -08003 proprietary: true,
Scott Randolph5c99d852016-11-15 17:01:23 -08004 relative_install_path: "hw",
5 srcs: [
6 "service.cpp",
7 "EvsCamera.cpp",
8 "EvsEnumerator.cpp",
9 "EvsDisplay.cpp"
10 ],
11 init_rc: ["android.hardware.evs@1.0-service.rc"],
12
13 shared_libs: [
14 "android.hardware.evs@1.0",
Scott Randolph5c99d852016-11-15 17:01:23 -080015 "libui",
16 "libbase",
17 "libbinder",
18 "libcutils",
19 "libhardware",
20 "libhidlbase",
21 "libhidltransport",
Scott Randolph5c99d852016-11-15 17:01:23 -080022 "liblog",
23 "libutils",
24 ],
25}