Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 8844cc2

Browse files
AKoskovichGrettoRosella
authored andcommitted
alioth: Update to Boot Control HAL v1.2
1 parent cebd04e commit 8844cc2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bootctrl/Android.bp

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
//
1616

1717
cc_library_shared {
18-
name: "android.hardware.boot@1.1-impl-qti",
19-
stem: "[email protected].1-qti",
20-
defaults: ["android.hardware.boot@1.1-impl-qti_defaults"],
18+
name: "android.hardware.boot@1.2-impl-qti",
19+
stem: "[email protected].2-qti",
20+
defaults: ["android.hardware.boot@1.2-impl-qti_defaults"],
2121
static_libs: ["libgptutils.xiaomi_kona"],
2222
}

device.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ TARGET_IS_VAB := true
1616
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)
1717

1818
PRODUCT_PACKAGES += \
19-
android.hardware.boot@1.1-impl-qti \
20-
android.hardware.boot@1.1-impl-qti.recovery \
21-
android.hardware.boot@1.1-service
19+
android.hardware.boot@1.2-impl-qti \
20+
android.hardware.boot@1.2-impl-qti.recovery \
21+
android.hardware.boot@1.2-service
2222

2323
PRODUCT_PACKAGES_DEBUG += \
2424
bootctl

0 commit comments

Comments
 (0)