blob: db5ed3250638c9633927dd06311410430af9585e [file] [log] [blame]
Roopesh Nataraja2afd1bd2021-07-13 15:11:37 -07001cc_library_shared {
2 name: "android.hardware.boot@1.2-impl-qti",
3 stem: "android.hardware.boot@1.0-impl-1.2-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 "android.hardware.boot@1.2",
19 "libboot_control_qti",
20 ],
21}