From 821c487d4837658bf331008f0ed9252c58aa6016 Mon Sep 17 00:00:00 2001 From: nyyu Date: Tue, 24 Aug 2021 17:50:20 +0200 Subject: [PATCH] mondrianwifi: Move graphics composer to hwbinder The passthrough impl is dead as of Android 11 QPR1. Change-Id: Ic10e93398363f03551afe39715cb664bbbce1683 --- device.mk | 2 +- manifest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 2bb8e97..f3f2dab 100755 --- a/device.mk +++ b/device.mk @@ -111,7 +111,7 @@ PRODUCT_PACKAGES += \ 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 \ copybit.msm8974 \ diff --git a/manifest.xml b/manifest.xml index 40797b0..0327b1d 100755 --- a/manifest.xml +++ b/manifest.xml @@ -79,7 +79,7 @@ android.hardware.graphics.composer - passthrough + hwbinder 2.1 IComposer