micky387 | ec5db57 | 2021-06-10 19:46:35 +0200 | [diff] [blame^] | 1 | cc_library_shared { |
2 | name: "android.hardware.boot@1.1-impl-qti", | ||||
3 | stem: "android.hardware.boot@1.0-impl-1.1-qti", | ||||
4 | defaults: [ | ||||
5 | "hidl_defaults", | ||||
6 | ], | ||||
7 | relative_install_path: "hw", | ||||
8 | vendor: true, | ||||
9 | recovery_available: true, | ||||
10 | srcs: ["BootControl.cpp"], | ||||
11 | shared_libs: [ | ||||
12 | "liblog", | ||||
13 | "libhidlbase", | ||||
14 | "libhardware", | ||||
15 | "libutils", | ||||
16 | "android.hardware.boot@1.0", | ||||
17 | "android.hardware.boot@1.1", | ||||
18 | "libboot_control_qti", | ||||
19 | ], | ||||
20 | } |