From dbd446b32ca7bdc3248bfcd138d9c2e30161e41e Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Fri, 27 May 2022 17:52:15 +0900 Subject: [PATCH] Revert "universal7885: Uprev graphic composer HAL from 2.1 to 2.4" * Our HWC does not support setActiveModeWithConstraints * This way we can actually have mode switching working which will be needed for Tiramisu resolution settings This reverts commit 6c0bc759058676c59356b70d12ce211a3270db49. --- universal7885-common/configs/vintf/manifest.xml | 2 +- universal7885-common/universal7885-common.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/universal7885-common/configs/vintf/manifest.xml b/universal7885-common/configs/vintf/manifest.xml index 1d9d204..b6a5668 100644 --- a/universal7885-common/configs/vintf/manifest.xml +++ b/universal7885-common/configs/vintf/manifest.xml @@ -54,7 +54,7 @@ android.hardware.graphics.composer hwbinder - @2.4::IComposer/default + @2.2::IComposer/default android.hardware.graphics.mapper diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index c012632..a5208ea 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -102,7 +102,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.graphics.allocator@2.0-impl \ android.hardware.graphics.allocator@2.0-service \ - android.hardware.graphics.composer@2.4-service \ + android.hardware.graphics.composer@2.2-service \ android.hardware.graphics.mapper@2.0-impl \ libgui_vendor