gralloc: Deprecate allocator 4.0 in favor of AIDL V1

Bug: 237042941
Change-Id: I8c0a0972fcd4e68897d04e14f69e1664083f1f3f
Signed-off-by: Siddharth Kapoor <ksiddharth@google.com>
This commit is contained in:
Siddharth Kapoor 2022-06-28 11:01:39 -07:00
parent 31077b6882
commit c60d44cca3
2 changed files with 0 additions and 11 deletions

View file

@ -467,8 +467,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.graphics.mapper@4.0-impl \
android.hardware.graphics.allocator@4.0-service \
android.hardware.graphics.allocator@4.0-impl \
android.hardware.graphics.allocator-V1-service
PRODUCT_PACKAGES += \

View file

@ -26,15 +26,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
<transport>hwbinder</transport>
<version>4.0</version>
<interface>
<name>IAllocator</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.graphics.mapper</name>
<transport arch="32+64">passthrough</transport>