Steven Moreland | 90e3a50 | 2017-11-02 14:16:29 -0700 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "android.hardware.boot@1.0-impl", |
Chih-Hung Hsieh | 3f2ea62 | 2017-11-20 10:49:11 -0800 | [diff] [blame] | 3 | defaults: ["hidl_defaults"], |
Steven Moreland | 90e3a50 | 2017-11-02 14:16:29 -0700 | [diff] [blame] | 4 | relative_install_path: "hw", |
Hridya Valsaraju | f009da1 | 2018-10-01 15:50:50 -0700 | [diff] [blame^] | 5 | vendor: true, |
Hridya Valsaraju | 865c3bc | 2018-07-17 21:26:24 -0700 | [diff] [blame] | 6 | recovery_available: true, |
Steven Moreland | 90e3a50 | 2017-11-02 14:16:29 -0700 | [diff] [blame] | 7 | srcs: ["BootControl.cpp"], |
| 8 | |
| 9 | shared_libs: [ |
| 10 | "liblog", |
| 11 | "libhidlbase", |
| 12 | "libhidltransport", |
| 13 | "libhardware", |
| 14 | "libutils", |
| 15 | "android.hardware.boot@1.0", |
| 16 | ], |
| 17 | |
| 18 | } |
| 19 | |
| 20 | cc_binary { |
| 21 | name: "android.hardware.boot@1.0-service", |
Chih-Hung Hsieh | 3f2ea62 | 2017-11-20 10:49:11 -0800 | [diff] [blame] | 22 | defaults: ["hidl_defaults"], |
Steven Moreland | 90e3a50 | 2017-11-02 14:16:29 -0700 | [diff] [blame] | 23 | relative_install_path: "hw", |
| 24 | vendor: true, |
| 25 | init_rc: ["android.hardware.boot@1.0-service.rc"], |
| 26 | srcs: ["service.cpp"], |
| 27 | |
| 28 | shared_libs: [ |
| 29 | "liblog", |
| 30 | "libhardware", |
| 31 | "libhidlbase", |
| 32 | "libhidltransport", |
| 33 | "libutils", |
| 34 | "android.hardware.boot@1.0", |
| 35 | ], |
| 36 | |
| 37 | } |