sm8150-common: Switch to QTI bootctrl HAL
Change-Id: Ie5079fd4c40cb1f7414f2cba9f98d350f03047d8
This commit is contained in:
parent
065f614890
commit
6223a17e09
|
@ -1,3 +1,3 @@
|
|||
soong_namespace {
|
||||
imports: ["hardware/qcom/bootctrl"],
|
||||
imports: ["hardware/qcom-caf/bootctrl"],
|
||||
}
|
||||
|
|
|
@ -19,3 +19,10 @@ cc_library {
|
|||
defaults: ["bootctrl_hal_defaults"],
|
||||
static_libs: ["libgptutils.oneplus_msmnile"],
|
||||
}
|
||||
|
||||
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_msmnile"],
|
||||
}
|
||||
|
|
|
@ -142,9 +142,9 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# Boot control
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.boot@1.1-impl:64 \
|
||||
android.hardware.boot@1.1-impl-qti \
|
||||
android.hardware.boot@1.1-impl-qti.recovery \
|
||||
android.hardware.boot@1.1-service \
|
||||
android.hardware.boot@1.1-impl.recovery \
|
||||
bootctrl.msmnile \
|
||||
bootctrl.msmnile.recovery
|
||||
|
||||
|
|
Loading…
Reference in New Issue