From 557e70add336faa1a6b6f4d0d6c90d5285640d4d Mon Sep 17 00:00:00 2001 From: Ankit Goyal Date: Thu, 5 May 2022 15:29:08 -0700 Subject: [PATCH] Deprecate allocator 4.0 in favor of AIDL V1 Bug: 220910504 Bug: 228405226 Fix: 233412845 Test: go/allocator4-deprecate Change-Id: Ie6826b539fb1c780f4860acce440765ee3f99517 --- device.mk | 2 -- manifest.xml | 9 --------- manifest_64.xml | 9 --------- 3 files changed, 20 deletions(-) diff --git a/device.mk b/device.mk index 3a85217e..6cb0b3b0 100644 --- a/device.mk +++ b/device.mk @@ -506,8 +506,6 @@ PRODUCT_PACKAGES += \ # for now include gralloc here. should come from hardware/google_devices/exynos5 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 += \ diff --git a/manifest.xml b/manifest.xml index 1d59695c..1cb5345a 100644 --- a/manifest.xml +++ b/manifest.xml @@ -39,15 +39,6 @@ default - - android.hardware.graphics.allocator - hwbinder - 4.0 - - IAllocator - default - - android.hardware.graphics.mapper passthrough diff --git a/manifest_64.xml b/manifest_64.xml index d1bc1559..09466c99 100644 --- a/manifest_64.xml +++ b/manifest_64.xml @@ -26,15 +26,6 @@ default - - android.hardware.graphics.allocator - hwbinder - 4.0 - - IAllocator - default - - android.hardware.graphics.mapper passthrough