blob: 4c26db2f348b393dafc1afdba271eef74f98ffe9 [file] [log] [blame]
micky387ec5db572021-06-10 19:46:35 +02001cc_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}