sm8250-common: import bootctrl from LA.UM.9.12.r1-13800-SMxx50.0
This commit is contained in:
parent
818a89d125
commit
42227251ed
11 changed files with 1763 additions and 29 deletions
20
bootctrl/1.1/impl/Android.bp
Normal file
20
bootctrl/1.1/impl/Android.bp
Normal 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",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue