Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a91886da authored by Yifan Hong's avatar Yifan Hong
Browse files

vibrator: declare AIDL version in VINTF

Vibrator HAL uses unstable version, which is currently version 2.

Test: pass
Bug: 178035621
Change-Id: I78549bb2ef639bec9233d9b337c63dda7701501d
parent 108c7dfe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
<manifest version="1.0" type="device">
    <hal format="aidl">
        <name>android.hardware.vibrator</name>
        <version>2</version>
        <fqname>IVibrator/default</fqname>
    </hal>
</manifest>