Steven Moreland | 90e3a50 | 2017-11-02 14:16:29 -0700 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "android.hardware.gatekeeper@1.0-impl", |
| 3 | relative_install_path: "hw", |
| 4 | vendor: true, |
| 5 | |
| 6 | srcs: ["Gatekeeper.cpp"], |
| 7 | |
| 8 | shared_libs: [ |
| 9 | "android.hardware.gatekeeper@1.0", |
| 10 | "libhardware", |
| 11 | "libhidlbase", |
| 12 | "libhidltransport", |
| 13 | "libutils", |
| 14 | "liblog", |
| 15 | ], |
| 16 | |
| 17 | } |
| 18 | |
| 19 | cc_binary { |
| 20 | name: "android.hardware.gatekeeper@1.0-service", |
| 21 | relative_install_path: "hw", |
| 22 | vendor: true, |
| 23 | init_rc: ["android.hardware.gatekeeper@1.0-service.rc"], |
| 24 | |
| 25 | srcs: ["service.cpp"], |
| 26 | |
| 27 | shared_libs: [ |
| 28 | "android.hardware.gatekeeper@1.0", |
| 29 | "libhardware", |
| 30 | "libhidlbase", |
| 31 | "libhidltransport", |
| 32 | "libutils", |
| 33 | "liblog", |
| 34 | ], |
| 35 | |
| 36 | } |