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 6c0bc75905.
This commit is contained in:
Tim Zimmermann 2022-05-27 17:52:15 +09:00 committed by roynatech2544
commit dbd446b32c
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.graphics.composer</name> <name>android.hardware.graphics.composer</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<fqname>@2.4::IComposer/default</fqname> <fqname>@2.2::IComposer/default</fqname>
</hal> </hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.graphics.mapper</name> <name>android.hardware.graphics.mapper</name>

View file

@ -102,7 +102,7 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0-impl \ android.hardware.graphics.allocator@2.0-impl \
android.hardware.graphics.allocator@2.0-service \ 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 \ android.hardware.graphics.mapper@2.0-impl \
libgui_vendor libgui_vendor