aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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