Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 1 | cc_binary { |
Scott Randolph | 8342279 | 2017-03-01 20:32:59 -0800 | [diff] [blame] | 2 | name: "android.hardware.automotive.evs@1.0-service", |
Steven Moreland | 48c5224 | 2017-03-08 16:11:32 -0800 | [diff] [blame] | 3 | defaults: ["hidl_defaults"], |
Steven Moreland | a0da1a1 | 2017-02-13 09:59:06 -0800 | [diff] [blame] | 4 | proprietary: true, |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 5 | relative_install_path: "hw", |
| 6 | srcs: [ |
| 7 | "service.cpp", |
| 8 | "EvsCamera.cpp", |
| 9 | "EvsEnumerator.cpp", |
| 10 | "EvsDisplay.cpp" |
| 11 | ], |
Scott Randolph | 8342279 | 2017-03-01 20:32:59 -0800 | [diff] [blame] | 12 | init_rc: ["android.hardware.automotive.evs@1.0-service.rc"], |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 13 | |
| 14 | shared_libs: [ |
Scott Randolph | 8342279 | 2017-03-01 20:32:59 -0800 | [diff] [blame] | 15 | "android.hardware.automotive.evs@1.0", |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 16 | "libui", |
| 17 | "libbase", |
| 18 | "libbinder", |
| 19 | "libcutils", |
| 20 | "libhardware", |
| 21 | "libhidlbase", |
| 22 | "libhidltransport", |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 23 | "liblog", |
| 24 | "libutils", |
| 25 | ], |
Scott Randolph | de9880e | 2017-03-30 14:04:12 -0700 | [diff] [blame] | 26 | |
| 27 | cflags: [ |
| 28 | "-O0", |
| 29 | "-g", |
| 30 | ], |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 31 | } |