blob: 2574e860b236a1763cf7d408c44c366b35e1bb2e [file] [log] [blame]
Scott Randolph5c99d852016-11-15 17:01:23 -08001cc_binary {
Scott Randolph83422792017-03-01 20:32:59 -08002 name: "android.hardware.automotive.evs@1.0-service",
Steven Moreland48c52242017-03-08 16:11:32 -08003 defaults: ["hidl_defaults"],
Steven Morelanda0da1a12017-02-13 09:59:06 -08004 proprietary: true,
Scott Randolph5c99d852016-11-15 17:01:23 -08005 relative_install_path: "hw",
6 srcs: [
7 "service.cpp",
8 "EvsCamera.cpp",
9 "EvsEnumerator.cpp",
10 "EvsDisplay.cpp"
11 ],
Scott Randolph83422792017-03-01 20:32:59 -080012 init_rc: ["android.hardware.automotive.evs@1.0-service.rc"],
Scott Randolph5c99d852016-11-15 17:01:23 -080013
14 shared_libs: [
Scott Randolph83422792017-03-01 20:32:59 -080015 "android.hardware.automotive.evs@1.0",
Scott Randolph5c99d852016-11-15 17:01:23 -080016 "libui",
17 "libbase",
18 "libbinder",
19 "libcutils",
20 "libhardware",
21 "libhidlbase",
22 "libhidltransport",
Scott Randolph5c99d852016-11-15 17:01:23 -080023 "liblog",
24 "libutils",
25 ],
Scott Randolphde9880e2017-03-30 14:04:12 -070026
27 cflags: [
28 "-O0",
29 "-g",
30 ],
Scott Randolph5c99d852016-11-15 17:01:23 -080031}