mondrianwifi: Move graphics composer to hwbinder

The passthrough impl is dead as of Android 11 QPR1.

Change-Id: Ic10e93398363f03551afe39715cb664bbbce1683
This commit is contained in:
nyyu 2021-08-24 17:50:20 +02:00
parent 9fcfe4da27
commit 821c487d48
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ PRODUCT_PACKAGES += \
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.composer@2.1-service \
android.hardware.graphics.mapper@2.0-impl-2.1 \
android.hardware.memtrack@1.0-impl \
copybit.msm8974 \

View File

@ -79,7 +79,7 @@
</hal>
<hal format="hidl">
<name>android.hardware.graphics.composer</name>
<transport arch="32">passthrough</transport>
<transport>hwbinder</transport>
<version>2.1</version>
<interface>
<name>IComposer</name>