OSDN Git Service

move to binderized composer@2.1-service HAL (r-x86)
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 28 Mar 2021 21:14:06 +0000 (23:14 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Sun, 8 Aug 2021 12:01:28 +0000 (14:01 +0200)
Use hwbinder transport for composer 2.1 HAL in manifext.xml
Enable android.hardware.graphics.composer@2.1-service in treble.mk

Test result is that gbm_gralloc is booting and GUI is usable

Change-Id: I47519d4f09b8eb0dbb9698e8e326eb02a7454028

manifest.xml
treble.mk

index 5ed527b..23b002a 100644 (file)
@@ -64,7 +64,7 @@
     </hal>
     <hal format="hidl">
         <name>android.hardware.graphics.composer</name>
-        <transport arch="32+64">passthrough</transport>
+        <transport>hwbinder</transport>
         <version>2.1</version>
         <interface>
             <name>IComposer</name>
index a070956..fed0929 100644 (file)
--- a/treble.mk
+++ b/treble.mk
@@ -5,7 +5,7 @@ PRODUCT_PACKAGES += \
 
 # HWComposer HAL
 PRODUCT_PACKAGES += \
-    android.hardware.graphics.composer@2.1-impl \
+    android.hardware.graphics.composer@2.1-service \
     android.hardware.graphics.composer@2.1-service.drmfb
 
 # Audio HAL