From 1c2f97927474e8a331e79c42b5b1161616148085 Mon Sep 17 00:00:00 2001 From: spyffe Date: Sun, 5 Apr 2020 21:35:27 +0200 Subject: [PATCH] msm8976-common: Switch to IMapper 2.1 --- manifest.xml | 2 +- msm8976.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.xml b/manifest.xml index 3cc6381..b661598 100644 --- a/manifest.xml +++ b/manifest.xml @@ -114,7 +114,7 @@ android.hardware.graphics.mapper passthrough - 2.0 + 2.1 IMapper default diff --git a/msm8976.mk b/msm8976.mk index 6b120f7..4c288f4 100644 --- a/msm8976.mk +++ b/msm8976.mk @@ -125,7 +125,7 @@ PRODUCT_PACKAGES += \ 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 \ + android.hardware.graphics.mapper@2.0-impl-2.1 \ android.hardware.memtrack@1.0-impl \ android.hardware.memtrack@1.0-service \ AdvancedDisplay \