sm8250-common: Switch to QTI bootctrl HAL

Change-Id: Ie5079fd4c40cb1f7414f2cba9f98d350f03047d8
This commit is contained in:
LuK1337
2021-01-05 13:42:00 +01:00
parent e7a726e756
commit 507155e7a5
3 changed files with 10 additions and 3 deletions

View File

@@ -19,3 +19,10 @@ cc_library {
defaults: ["bootctrl_hal_defaults"],
static_libs: ["libgptutils.oneplus_kona"],
}
cc_library_shared {
name: "android.hardware.boot@1.1-impl-qti",
stem: "android.hardware.boot@1.0-impl-1.1-qti",
defaults: ["android.hardware.boot@1.1-impl-qti_defaults"],
static_libs: ["libgptutils.oneplus_kona"],
}