Skip to content

Commit

Permalink
ginkgo: start health hal
Browse files Browse the repository at this point in the history
Change-Id: I9f55c1e5b14c1ff845759bb24b90299150bf9630
  • Loading branch information
erwinabs committed Nov 10, 2023
1 parent d6a3684 commit 4fa7b28
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recovery/root/init.recovery.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ import /init.recovery.qcom_decrypt.rc
on fs
wait /dev/block/platform/soc/${ro.boot.bootdevice}
symlink /dev/block/platform/soc/${ro.boot.bootdevice} /dev/block/bootdevice

on boot
start health-hal-2-1
7 changes: 7 additions & 0 deletions recovery/root/vendor/etc/vintf/manifest/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.health</name>
<transport>hwbinder</transport>
<fqname>@2.1::IHealth/default</fqname>
</hal>
</manifest>

0 comments on commit 4fa7b28

Please sign in to comment.