Skip to content

Commit

Permalink
manifest.xml: graphics.allocator & graphics.composer to passthrough
Browse files Browse the repository at this point in the history
This is a work around waiting for a fix.

Bug: 36199345
Change-Id: Ie127f0cd7d8537125f44afdbc06cb0f97fbcf96c
Signed-off-by: Thierry Strudel <[email protected]>
  • Loading branch information
Thierry Strudel committed Mar 14, 2017
1 parent f4568ca commit 9a7fcca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
</hal>
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
<transport>hwbinder</transport>
<transport arch="32+64">passthrough</transport>
<impl level="generic"></impl>
<version>2.0</version>
</hal>
<hal format="hidl">
<name>android.hardware.graphics.composer</name>
<transport>hwbinder</transport>
<transport arch="32+64">passthrough</transport>
<impl level="generic"></impl>
<version>2.1</version>
</hal>
Expand Down

0 comments on commit 9a7fcca

Please sign in to comment.