Merge "Add AIDL Lights HAL to support multiple lights per type"

This commit is contained in:
Ivailo Karamanolev
2020-01-23 16:05:07 +00:00
committed by Android (Google) Code Review
18 changed files with 725 additions and 32 deletions

View File

@@ -289,6 +289,13 @@
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.light</name>
<interface>
<name>ILights</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.media.c2</name>
<version>1.0-1</version>