Skip to content

Commit

Permalink
sm8350-common: add android.hardware.dumpstate to the VINTF manifest
Browse files Browse the repository at this point in the history
I hwservicemanager: getTransport: Cannot find entry android.hardware.dumpstate@1.1::IDumpstateDevice/default in either framework or device VINTF manifest.

Signed-off-by: RobertGarciaa <chae0218@naver.com>
  • Loading branch information
Skyblueborb authored and RobertGarciaa committed Jun 19, 2023
1 parent f288e92 commit 3874409
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hidl/manifest_lahaina.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<transport>hwbinder</transport>
<fqname>@4.1::IKeymasterDevice/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.dumpstate</name>
<transport>hwbinder</transport>
<fqname>@1.1::IDumpstateDevice/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.gatekeeper</name>
<transport>hwbinder</transport>
Expand Down

0 comments on commit 3874409

Please sign in to comment.