flo: enable binderized gralloc service

There is no reason to keep using passthrough, as our binder works properly now.

Change-Id: I9b72e9e703cfccc1c9a21f39264412cda0a6e233
This commit is contained in:
Artem Borisov 2017-11-09 17:45:37 +03:00
parent e40feaf89f
commit 1ed1cbc8b3
2 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@ PRODUCT_PACKAGES += \
# Graphics
PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0-impl \
android.hardware.graphics.allocator@2.0-service \
android.hardware.graphics.composer@2.1-impl \
android.hardware.graphics.mapper@2.0-impl \
android.hardware.memtrack@1.0-impl \

View File

@ -1,7 +1,7 @@
<manifest version="1.0" type="device">
<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>