From 05bc27344cf92ba8efa4660ab9475b941fed08c4 Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Wed, 20 Feb 2019 12:45:08 -0800 Subject: [PATCH] msm8974-common: Switch to IMapper 2.1 Test: display CTS Bug: 62535446 Change-Id: I2d6d0d118014eb2b99a6832b4c900ae21c062517 --- manifest.xml | 2 +- msm8974.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.xml b/manifest.xml index eb8df93..54504e7 100644 --- a/manifest.xml +++ b/manifest.xml @@ -87,7 +87,7 @@ android.hardware.graphics.mapper passthrough - 2.0 + 2.1 IMapper default diff --git a/msm8974.mk b/msm8974.mk index f3eb702..0db57f5 100644 --- a/msm8974.mk +++ b/msm8974.mk @@ -73,7 +73,7 @@ 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.mapper@2.0-impl \ + android.hardware.graphics.mapper@2.0-impl-2.1 \ android.hardware.memtrack@1.0-impl \ copybit.msm8974 \ gralloc.msm8974 \