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:
parent
9a1845c121
commit
30833334a5
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.graphics.composer</name>
|
<name>android.hardware.graphics.composer</name>
|
||||||
<transport arch="32">passthrough</transport>
|
<transport>hwbinder</transport>
|
||||||
<version>2.1</version>
|
<version>2.1</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IComposer</name>
|
<name>IComposer</name>
|
||||||
|
|
|
@ -73,7 +73,7 @@ TARGET_BOOTANIMATION_HALF_RES := true
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.graphics.allocator@2.0-impl \
|
android.hardware.graphics.allocator@2.0-impl \
|
||||||
android.hardware.graphics.allocator@2.0-service \
|
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.graphics.mapper@2.0-impl-2.1 \
|
||||||
android.hardware.memtrack@1.0-impl \
|
android.hardware.memtrack@1.0-impl \
|
||||||
android.hardware.memtrack@1.0-service \
|
android.hardware.memtrack@1.0-service \
|
||||||
|
|
Loading…
Add table
Reference in a new issue