msm8974-common: Enable HWC2on1 adapter

* This fixes display (see: d265c42386)

Change-Id: Ic749a38828563be7dacd005aeb91dbce3121ae07
This commit is contained in:
Hashbang173 2018-08-08 14:34:25 -04:00 committed by Kevin F. Haggerty
parent 96aaef5008
commit 5e3b3ba5e3
2 changed files with 10 additions and 0 deletions

View File

@ -68,6 +68,15 @@
<instance>default</instance> <instance>default</instance>
</interface> </interface>
</hal> </hal>
<hal format="hidl">
<name>android.hardware.graphics.composer</name>
<transport arch="32">passthrough</transport>
<version>2.1</version>
<interface>
<name>IComposer</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.graphics.mapper</name> <name>android.hardware.graphics.mapper</name>
<transport arch="32">passthrough</transport> <transport arch="32">passthrough</transport>

View File

@ -89,6 +89,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.mapper@2.0-impl \ android.hardware.graphics.mapper@2.0-impl \
android.hardware.memtrack@1.0-impl \ android.hardware.memtrack@1.0-impl \
copybit.msm8974 \ copybit.msm8974 \