mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Enable graphics mapper version 2.1
Enable graphics mapper version 2.1 Change-Id: Iad70754a980eadcfd68752c76e569b503d398fae Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
parent
ed09d14f70
commit
01f39bb63c
2 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.graphics.mapper</name>
|
<name>android.hardware.graphics.mapper</name>
|
||||||
<transport arch="32+64">passthrough</transport>
|
<transport arch="32+64">passthrough</transport>
|
||||||
<version>2.0</version>
|
<version>2.1</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IMapper</name>
|
<name>IMapper</name>
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.graphics.allocator@2.0-service \
|
android.hardware.graphics.allocator@2.0-service \
|
||||||
android.hardware.graphics.composer@2.1-impl \
|
android.hardware.graphics.composer@2.1-impl \
|
||||||
android.hardware.graphics.composer@2.1-service \
|
android.hardware.graphics.composer@2.1-service \
|
||||||
android.hardware.graphics.mapper@2.0-impl \
|
android.hardware.graphics.mapper@2.0-impl-2.1 \
|
||||||
libgui_vendor
|
libgui_vendor
|
||||||
|
|
||||||
# GcamGO
|
# GcamGO
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue