Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 1 | cc_binary { |
| 2 | name: "android.hardware.evs@1.0-service", |
Steven Moreland | a0da1a1 | 2017-02-13 09:59:06 -0800 | [diff] [blame] | 3 | proprietary: true, |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 4 | 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 Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 15 | "libui", |
| 16 | "libbase", |
| 17 | "libbinder", |
| 18 | "libcutils", |
| 19 | "libhardware", |
| 20 | "libhidlbase", |
| 21 | "libhidltransport", |
Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 22 | "liblog", |
| 23 | "libutils", |
| 24 | ], |
| 25 | } |