Revert "universal7885: Enable graphics mapper version 2.1"

This reverts commit 367d9b7d3758079136eb919b92ce9192bfcae49e.
This commit is contained in:
roynatech2544 2021-12-03 20:16:01 +09:00
commit a4a10c2cf1
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
3 changed files with 6 additions and 3 deletions

View file

@ -46,3 +46,5 @@
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/*)

View file

@ -100,7 +100,7 @@
<hal format="hidl">
<name>android.hardware.graphics.mapper</name>
<transport arch="32+64">passthrough</transport>
<version>2.1</version>
<version>2.0</version>
<interface>
<name>IMapper</name>
<instance>default</instance>

View file

@ -88,8 +88,9 @@ 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.mapper@2.0-impl-2.1 \
android.hardware.graphics.composer@2.1-impl \
android.hardware.graphics.composer@2.1-service \
android.hardware.graphics.mapper@2.0-impl \
libgui_vendor
# GcamGO