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 \