hiphi: Update to Boot Control HAL v1.2
Signed-off-by: 7Soldier <reg.fm4@gmail.com>
This commit is contained in:
parent
a554ca4681
commit
291a4790aa
2 changed files with 6 additions and 6 deletions
|
@ -21,8 +21,8 @@ cc_library {
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_library_shared {
|
cc_library_shared {
|
||||||
name: "android.hardware.boot@1.1-impl-qti",
|
name: "android.hardware.boot@1.2-impl-qti",
|
||||||
stem: "android.hardware.boot@1.0-impl-1.1-qti",
|
stem: "android.hardware.boot@1.0-impl-1.2-qti",
|
||||||
defaults: ["android.hardware.boot@1.1-impl-qti_defaults"],
|
defaults: ["android.hardware.boot@1.2-impl-qti_defaults"],
|
||||||
static_libs: ["libgptutils.moto_sm8450"],
|
static_libs: ["libgptutils.moto_sm8450"],
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,9 +30,9 @@ AB_OTA_POSTINSTALL_CONFIG += \
|
||||||
|
|
||||||
# Boot control HAL
|
# Boot control HAL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.boot@1.1-impl-qti \
|
android.hardware.boot@1.2-impl-qti \
|
||||||
android.hardware.boot@1.1-impl-qti.recovery \
|
android.hardware.boot@1.2-impl-qti.recovery \
|
||||||
android.hardware.boot@1.1-service
|
android.hardware.boot@1.2-service
|
||||||
|
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
bootctl
|
bootctl
|
||||||
|
|
Loading…
Reference in a new issue