From 8f1fbab1410d7a8ac391c53224d23c60df8a5b12 Mon Sep 17 00:00:00 2001 From: pkm774 Date: Fri, 7 May 2021 07:31:35 +0600 Subject: [PATCH] sdm660-common: Build graphics.allocator@3.0 and @4.0 565 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device manifest. 4126 W Gralloc4: allocator 3.x is not supported 565 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@3.0::IAllocator/default in either framework or device manifest. 4126 W Gralloc3: allocator 3.x is not supported 4126 I Gralloc2: Adding additional valid usage bits: 0x0 Signed-off-by: pkm774 --- sdm660.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdm660.mk b/sdm660.mk index 9c823cac..2419642c 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -210,6 +210,8 @@ PRODUCT_PACKAGES += \ android.frameworks.displayservice@1.0 \ android.hardware.graphics.allocator@2.0-impl \ android.hardware.graphics.allocator@2.0-service \ + android.hardware.graphics.allocator@3.0-impl \ + android.hardware.graphics.allocator@4.0-impl \ android.hardware.graphics.composer@2.1-service \ android.hardware.graphics.mapper@2.0-impl-2.1 \ android.hardware.memtrack@1.0-impl \