aboutsummaryrefslogtreecommitdiff
path: root/bootctrl
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 /bootctrl
parent59d6cb18771c11ad7750780a87ce83a2f36032cd (diff)
veux: bootctrl: Update to Boot Control HAL v1.2
Diffstat (limited to 'bootctrl')
-rw-r--r--bootctrl/Android.bp6
1 files changed, 3 insertions, 3 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"],
}