Scott Randolph | 5c99d85 | 2016-11-15 17:01:23 -0800 | [diff] [blame] | 1 | cc_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", |
| 14 | "android.hardware.graphics.allocator@2.0", |
| 15 | "libui", |
| 16 | "libbase", |
| 17 | "libbinder", |
| 18 | "libcutils", |
| 19 | "libhardware", |
| 20 | "libhidlbase", |
| 21 | "libhidltransport", |
| 22 | "libhwbinder", |
| 23 | "liblog", |
| 24 | "libutils", |
| 25 | ], |
| 26 | } |