aidl: Add missing vintf version entries

* This is required for devices using a target-level that actually
  has these HALs in their compatibility matrix

Change-Id: I29cba455ab92e7708ece405bb29ea1c46e46cf41
This commit is contained in:
Tim Zimmermann
2024-08-03 21:44:08 +02:00
committed by Bruno Martins
parent 309c373f06
commit 2ac71df739
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>vendor.oplus.hardware.osense.client</name>
<version>1</version>
<fqname>IOsenseAidlHalReporter/default</fqname>
</hal>
</manifest>

View File

@@ -28,6 +28,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.vibrator</name>
<version>1</version>
<fqname>IVibrator/default</fqname>
</hal>
</manifest>