matrix (current): IR HAL specifies interface/instance

This is missing from a very old CL. IR is an optional
HAL so specifying interface / instance here doesn't break
requirements.

Test: builds
Change-Id: I3aeab2798ce48cd1851b155fd41194fe70357aa2
This commit is contained in:
Yifan Hong
2018-08-09 13:42:33 -07:00
parent fa899bfb34
commit a8fc3a2542

View File

@@ -210,6 +210,10 @@
<hal format="hidl" optional="true">
<name>android.hardware.ir</name>
<version>1.0</version>
<interface>
<name>IConsumerIr</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="false">
<name>android.hardware.keymaster</name>