From b8ed87b4246c7c2c45ba21a56cf036e5ed85c33e Mon Sep 17 00:00:00 2001 From: Arvind Kumar Date: Thu, 9 Jan 2020 12:08:57 +0530 Subject: sdm660-common: Enable graphics mapper version 2.1 Enable graphics mapper version 2.1 Change-Id: Iad70754a980eadcfd68752c76e569b503d398fae --- configs/manifests/manifest.xml | 2 +- sdm660.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/manifests/manifest.xml b/configs/manifests/manifest.xml index e634dfc..72bbdb3 100644 --- a/configs/manifests/manifest.xml +++ b/configs/manifests/manifest.xml @@ -87,7 +87,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. android.hardware.graphics.mapper passthrough - 2.0 + 2.1 IMapper default diff --git a/sdm660.mk b/sdm660.mk index a9e3308..6455bce 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -197,7 +197,7 @@ PRODUCT_PACKAGES += \ android.frameworks.displayservice@1.0_32 \ android.hardware.graphics.allocator@2.0-impl \ android.hardware.graphics.allocator@2.0-service \ - android.hardware.graphics.mapper@2.0-impl \ + android.hardware.graphics.mapper@2.0-impl-2.1 \ android.hardware.graphics.composer@2.1-impl \ android.hardware.graphics.composer@2.1-service \ android.hardware.memtrack@1.0-impl \ -- cgit v1.2.3