Craig Donner | 8fd4c61 | 2016-10-14 17:53:46 -0700 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "android.hardware.vr@1.0-impl", |
| 3 | relative_install_path: "hw", |
| 4 | srcs: ["Vr.cpp"], |
| 5 | shared_libs: [ |
| 6 | "liblog", |
| 7 | "libcutils", |
| 8 | "libhardware", |
| 9 | "libhwbinder", |
| 10 | "libbase", |
| 11 | "libcutils", |
| 12 | "libutils", |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 13 | "libhidlbase", |
| 14 | "libhidltransport", |
Craig Donner | 8fd4c61 | 2016-10-14 17:53:46 -0700 | [diff] [blame] | 15 | "android.hardware.vr@1.0", |
| 16 | ], |
| 17 | } |
Craig Donner | df9c9fa | 2017-01-31 16:30:53 -0800 | [diff] [blame^] | 18 | |
| 19 | cc_binary { |
| 20 | relative_install_path: "hw", |
| 21 | name: "android.hardware.vr@1.0-service", |
| 22 | init_rc: ["android.hardware.vr@1.0-service.rc"], |
| 23 | srcs: ["service.cpp"], |
| 24 | shared_libs: [ |
| 25 | "liblog", |
| 26 | "libdl", |
| 27 | "libutils", |
| 28 | "libhardware", |
| 29 | "libhidlbase", |
| 30 | "libhidltransport", |
| 31 | "libhwbinder", |
| 32 | "android.hardware.vr@1.0", |
| 33 | ], |
| 34 | } |