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.

This commit is contained in:
pkm774 2022-10-25 00:38:43 +05:30 committed by CakesTwix
parent 46a4c6f95d
commit 4dc5dfd4cc
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -163,6 +163,8 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.graphics.composer@2.3-service \ android.hardware.graphics.composer@2.3-service \
android.hardware.graphics.mapper@2.0-impl-qti-display \ 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-impl \
android.hardware.memtrack@1.0-service \ android.hardware.memtrack@1.0-service \
gralloc.sdm710 \ gralloc.sdm710 \