sm8250-common: import bootctrl from LA.UM.9.12.r1-13800-SMxx50.0

This commit is contained in:
SGCMarkus 2022-02-18 13:27:05 +01:00
commit 42227251ed
11 changed files with 1763 additions and 29 deletions

View file

@ -0,0 +1,20 @@
cc_library_shared {
name: "android.hardware.boot@1.1-impl-qti",
stem: "android.hardware.boot@1.0-impl-1.1-qti",
defaults: [
"hidl_defaults",
],
relative_install_path: "hw",
vendor: true,
recovery_available: true,
srcs: ["BootControl.cpp"],
shared_libs: [
"liblog",
"libhidlbase",
"libhardware",
"libutils",
"android.hardware.boot@1.0",
"android.hardware.boot@1.1",
"libboot_control_qti",
],
}