Skip to content

Commit fd377e7

Browse files
luk1337theimpulson
authored andcommitted
billie: Switch to QTI bootctrl HAL
Change-Id: Ie5079fd4c40cb1f7414f2cba9f98d350f03047d8
1 parent 8b9f336 commit fd377e7

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Diff for: Android.bp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
soong_namespace {
2-
imports: ["hardware/qcom/bootctrl"],
2+
imports: ["hardware/qcom-caf/bootctrl"],
33
}

Diff for: bootctrl/Android.bp

+7
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ cc_library {
1919
defaults: ["bootctrl_hal_defaults"],
2020
static_libs: ["libgptutils.oneplus_lito"],
2121
}
22+
23+
cc_library_shared {
24+
25+
26+
defaults: ["[email protected]_defaults"],
27+
static_libs: ["libgptutils.oneplus_lito"],
28+
}

Diff for: device.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ PRODUCT_COPY_FILES += \
174174

175175
# Boot control
176176
PRODUCT_PACKAGES += \
177-
android.hardware.boot@1.0-impl:64 \
178-
android.hardware.boot@1.0-service \
179-
android.hardware.boot@1.0-impl.recovery \
177+
android.hardware.boot@1.1-impl-qti \
178+
android.hardware.boot@1.1-impl-qti.recovery \
179+
android.hardware.boot@1.1-service \
180180
bootctrl.lito \
181181
bootctrl.lito.recovery
182182

0 commit comments

Comments
 (0)