msm8974-common: Move graphics composer to hwbinder

The passthrough impl is dead as of Android 11 QPR1.

Change-Id: Ic10e93398363f03551afe39715cb664bbbce1683
This commit is contained in:
Bruno Martins 2020-12-10 11:32:08 +00:00 committed by Kevin F. Haggerty
parent 9a1845c121
commit 30833334a5
No known key found for this signature in database
GPG key ID: 6D95512933112729
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,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>

View file

@ -73,7 +73,7 @@ TARGET_BOOTANIMATION_HALF_RES := true
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 \
android.hardware.memtrack@1.0-service \