From 30833334a55ef8c910eb41d4680cab7d76f11084 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 10 Dec 2020 11:32:08 +0000 Subject: [PATCH] msm8974-common: Move graphics composer to hwbinder The passthrough impl is dead as of Android 11 QPR1. Change-Id: Ic10e93398363f03551afe39715cb664bbbce1683 --- manifest.xml | 2 +- msm8974.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.xml b/manifest.xml index 8fb3b85..6575452 100644 --- a/manifest.xml +++ b/manifest.xml @@ -77,7 +77,7 @@ android.hardware.graphics.composer - passthrough + hwbinder 2.1 IComposer diff --git a/msm8974.mk b/msm8974.mk index cca3fe9..e3bf7c2 100644 --- a/msm8974.mk +++ b/msm8974.mk @@ -73,7 +73,7 @@ TARGET_BOOTANIMATION_HALF_RES := true 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.composer@2.1-service \ android.hardware.graphics.mapper@2.0-impl-2.1 \ android.hardware.memtrack@1.0-impl \ android.hardware.memtrack@1.0-service \