Skip to content

Commit

Permalink
fog: Define boot control correctly and update to 1.2
Browse files Browse the repository at this point in the history
Signed-off-by: redznn <[email protected]>
Signed-off-by: alternoegraha <[email protected]>
  • Loading branch information
CHRISL7 authored and alternoegraha committed Dec 1, 2023
1 parent ab53bda commit 0f7a747
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions bootctrl/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
//

cc_library_shared {
name: "android.hardware.boot@1.1-impl-qti",
stem: "[email protected].1-qti",
defaults: ["android.hardware.boot@1.1-impl-qti_defaults"],
name: "android.hardware.boot@1.2-impl-qti",
stem: "[email protected].2-qti",
defaults: ["android.hardware.boot@1.2-impl-qti_defaults"],
static_libs: ["libgptutils.fog"],
}
7 changes: 3 additions & 4 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ TARGET_SCREEN_WIDTH := 720

# Boot control
PRODUCT_PACKAGES += \
[email protected]

PRODUCT_PACKAGES_DEBUG += \
bootctl
[email protected] \
[email protected] \
[email protected]

# Dynamic partitions
PRODUCT_USE_DYNAMIC_PARTITIONS := true
Expand Down
2 changes: 1 addition & 1 deletion recovery/root/init.recovery.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on fs
symlink /dev/block/platform/soc/${ro.boot.bootdevice} /dev/block/bootdevice

on post-fs
start boot-hal-1-1
start boot-hal-1-2

on boot
start overrideprops
Expand Down

0 comments on commit 0f7a747

Please sign in to comment.