summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Borisov <dedsa2002@gmail.com>2017-11-09 17:45:37 +0300
committerHemant Sharma <hemantbeast@gmail.com>2018-01-14 15:59:04 +0000
commit23ef9026f5d457b123a65bd4a31d7dccde4ab4fc (patch)
tree7bfd081263c7a08db808a6e5676e584a7a75877b
parent79b3a3ddcad08e087015de46cde543e1b22c686c (diff)
armani: enable binderized gralloc service
There is no reason to keep using passthrough, as our binder works properly now. Change-Id: I9b72e9e703cfccc1c9a21f39264412cda0a6e233
-rw-r--r--manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml
index a5f332d..d87a9d2 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -70,7 +70,7 @@
</hal>
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
- <transport arch="32">passthrough</transport>
+ <transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IAllocator</name>