Skip to content

Commit

Permalink
Try passthrough vintf fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jul 30, 2024
1 parent 2358905 commit f37a0e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hardware/health/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cc_library_shared {
"LearnedCapacityBackupRestore.cpp",
],

// No vintf_fragments because both -impl and -service should have been
// installed.
vintf_fragments: [
"[email protected]"
]
}
8 changes: 8 additions & 0 deletions hardware/health/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.health</name>
<transport arch="32+64">passthrough</transport>
<fqname>@2.1::IHealth/default</fqname>
</hal>
</manifest>

0 comments on commit f37a0e2

Please sign in to comment.