spes: Update to Boot Control HAL v1.2

Signed-off-by: Jabiyeff <cebiyevanar@gmail.com>
This commit is contained in:
Alexander Koskovich
2022-10-29 23:55:47 +04:00
committed by Jabiyeff
parent 7acd9f48d2
commit 75fc167657
2 changed files with 6 additions and 6 deletions

View File

@@ -15,8 +15,8 @@
//
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"],
name: "android.hardware.boot@1.2-impl-qti",
stem: "android.hardware.boot@1.0-impl-1.2-qti",
defaults: ["android.hardware.boot@1.2-impl-qti_defaults"],
static_libs: ["libgptutils.spes"],
}

View File

@@ -137,9 +137,9 @@ PRODUCT_PACKAGES += \
# Boot control HAL
PRODUCT_PACKAGES += \
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.2-impl-qti \
android.hardware.boot@1.2-impl-qti.recovery \
android.hardware.boot@1.2-service
PRODUCT_PACKAGES_DEBUG += \
bootctl