universal7870: uprev Composer to 2.2

This commit is contained in:
Astrako 2020-01-28 10:49:31 +01:00 committed by Alejandro
parent 36be106aff
commit bd9d94d0c5
2 changed files with 5 additions and 7 deletions

View file

@ -126,16 +126,14 @@ 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.1-impl \ android.hardware.graphics.composer@2.1-impl \
android.hardware.graphics.composer@2.1-service \ android.hardware.graphics.composer@2.2-service \
android.hardware.graphics.mapper@2.0-impl \ android.hardware.graphics.mapper@2.0-impl \
android.hardware.memtrack@1.0-impl \ android.hardware.memtrack@1.0-impl \
android.hardware.memtrack@1.0-service \ android.hardware.memtrack@1.0-service \
android.hardware.renderscript@1.0-impl \ android.hardware.renderscript@1.0-impl \
gralloc.default \ gralloc.default \
gralloc.exynos5 \
hwcomposer.exynos5 \
memtrack.exynos5 \
libhwc2on1adapter \ libhwc2on1adapter \
libhwc2onfbadapter \
libtinyxml libtinyxml
# DRM # DRM

View file

@ -1,4 +1,4 @@
<manifest version="1.0" type="device" target-level="2"> <manifest version="1.0" type="device" target-level="3">
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.audio</name> <name>android.hardware.audio</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
@ -112,12 +112,12 @@
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.graphics.composer</name> <name>android.hardware.graphics.composer</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<version>2.1</version> <version>2.2</version>
<interface> <interface>
<name>IComposer</name> <name>IComposer</name>
<instance>default</instance> <instance>default</instance>
</interface> </interface>
<fqname>@2.1::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>