diff --git a/manifest.xml b/manifest.xml index cadd702..e0e1f75 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/msm8226.mk b/msm8226.mk index b461d6f..7ce5094 100644 --- a/msm8226.mk +++ b/msm8226.mk @@ -121,7 +121,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 \ android.hardware.memtrack@1.0-service \ copybit.msm8226 \