mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Uprev graphics.composer to 2.4
Move sunfish to composer 2.4 interface for the R api additions.
Bug: 148836379
Test:
1. $adb shell lshal | grep 'composer'
android.hardware.graphics.composer@2.4::IComposer/default
2. $adb shell lshal --init-vintf
<hal format="hidl">
<name>android.hardware.graphics.composer</name>
<transport>hwbinder</transport>
<fqname>@2.4::IComposer/default</fqname>
</hal>
3. adb shell ps | grep 'composer'
system ... android.hardware.graphics.composer@2.4-service-sm8150
4. vts-tf > run vts -m VtsHalGraphicsComposerV2_4Target
5. Check FOSS work
Change-Id: Ic3e78b7ff04802120765b04f782021b405d2494f
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
parent
01f39bb63c
commit
cbc34f8e37
2 changed files with 2 additions and 3 deletions
|
|
@ -100,7 +100,7 @@
|
|||
<hal format="hidl">
|
||||
<name>android.hardware.graphics.composer</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.1</version>
|
||||
<version>2.4</version>
|
||||
<interface>
|
||||
<name>IComposer</name>
|
||||
<instance>default</instance>
|
||||
|
|
|
|||
|
|
@ -95,8 +95,7 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.graphics.allocator@2.0-impl \
|
||||
android.hardware.graphics.allocator@2.0-service \
|
||||
android.hardware.graphics.composer@2.1-impl \
|
||||
android.hardware.graphics.composer@2.1-service \
|
||||
android.hardware.graphics.composer@2.4-service \
|
||||
android.hardware.graphics.mapper@2.0-impl-2.1 \
|
||||
libgui_vendor
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue