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:
Arvind Kumar 2020-01-09 12:08:57 +05:30 committed by roynatech2544
commit 01f39bb63c
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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