From 4dc5dfd4cc0474e44b00d715becc663bafa435c6 Mon Sep 17 00:00:00 2001 From: pkm774 Date: Tue, 25 Oct 2022 00:38:43 +0530 Subject: [PATCH] sdm710-common: Build graphics.allocator @3.0 and @4.0 hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device manifest. hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@3.0::IAllocator/default in either framework or device manifest. --- sdm710.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdm710.mk b/sdm710.mk index 236a5ae..70a4356 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -163,6 +163,8 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.graphics.composer@2.3-service \ android.hardware.graphics.mapper@2.0-impl-qti-display \ + android.hardware.graphics.allocator@3.0-impl \ + android.hardware.graphics.allocator@4.0-impl \ android.hardware.memtrack@1.0-impl \ android.hardware.memtrack@1.0-service \ gralloc.sdm710 \