msm8974-common: Switch to IMapper 2.1

Test: display CTS
Bug: 62535446
Change-Id: I2d6d0d118014eb2b99a6832b4c900ae21c062517
This commit is contained in:
Sean Callanan 2019-02-20 12:45:08 -08:00 committed by Kevin F. Haggerty
parent 8e08805f3d
commit 05bc27344c
No known key found for this signature in database
GPG key ID: 6D95512933112729
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@
<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>
<version>2.0</version> <version>2.1</version>
<interface> <interface>
<name>IMapper</name> <name>IMapper</name>
<instance>default</instance> <instance>default</instance>

View file

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