aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Koskovich <akoskovich@pm.me>2022-03-22 19:56:23 -0300
committersinanmohd <pcmsinan@gmail.com>2023-01-05 21:30:23 +0530
commit6e2807c98e29432561f66de18ab884d0d3de0d01 (patch)
tree0fef53bc88699cf9dce9b548007ae7f005da3e2e
parent59d6cb18771c11ad7750780a87ce83a2f36032cd (diff)
veux: bootctrl: Update to Boot Control HAL v1.2
-rw-r--r--bootctrl/Android.bp6
-rw-r--r--device.mk6
2 files changed, 6 insertions, 6 deletions
diff --git a/bootctrl/Android.bp b/bootctrl/Android.bp
index 77f2ecf..ab04891 100644
--- a/bootctrl/Android.bp
+++ b/bootctrl/Android.bp
@@ -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.xiaomi_holi"],
}
diff --git a/device.mk b/device.mk
index f93d327..0fae472 100644
--- a/device.mk
+++ b/device.mk
@@ -99,9 +99,9 @@ TARGET_SCREEN_WIDTH := 1080
# Boot Control
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