Merge changes from topic "IA/IM-3.0"

* changes:
  graphics: change composer 2.1 to support allocator/mapper 3.0
  graphics: rev IAllocator and IMapper
This commit is contained in:
TreeHugger Robot
2019-01-15 23:21:27 +00:00
committed by Android (Google) Code Review
18 changed files with 1394 additions and 13 deletions

View File

@@ -203,6 +203,7 @@
<hal format="hidl" optional="false">
<name>android.hardware.graphics.allocator</name>
<version>2.0</version>
<version>3.0</version>
<interface>
<name>IAllocator</name>
<instance>default</instance>
@@ -218,7 +219,8 @@
</hal>
<hal format="hidl" optional="false">
<name>android.hardware.graphics.mapper</name>
<version>2.0</version>
<version>2.0-1</version>
<version>3.0</version>
<interface>
<name>IMapper</name>
<instance>default</instance>