From 9d9f9a7a54b9f4360ad3d52489dad756f2a6e19a Mon Sep 17 00:00:00 2001 From: Shubham Dubey Date: Fri, 7 Jan 2022 15:25:17 +0000 Subject: [PATCH] Revert "Add gralloc switch" Revert "Namespace gralloc" Revert "Add gralloc switch" Revert "Namespace gralloc" Revert "Namespace gralloc" Revert "Gralloc - Update build rules with namespaces" Revert "Gralloc - Update build rules with namespaces" Revert "Namespace gralloc" Revert submission 16356594-pixel-gralloc-build Reason for revert: Breaks build_test2 target on master BUGID: b/213540102 Reverted Changes: Ia998ca7f1:Namespace gralloc I644f46ade:Add gralloc switch I3689a27c2:Namespace gralloc Iea1bf2ce2:Clone gralloc4 to GrallocHAL I083cfa4f0:Namespace gralloc4 If8c40cd13:Namespace gralloc I464236fea:Namespace gralloc Icaac6d24f:Add gralloc switch I92b7212b8:Gralloc - Update build rules with namespaces Ic8741d4ba:Gralloc - Update build rules with namespaces I507cbbc73:Namespace gralloc Change-Id: If196d063b0b3a6514e8c4941e1daf7da8b2face2 --- device.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/device.mk b/device.mk index 2facc806..ff5d0bd6 100644 --- a/device.mk +++ b/device.mk @@ -34,14 +34,6 @@ VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH) # Set boot SPL BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH) -# TODO(b/207450311): Remove this flag once implemented -USE_PIXEL_GRALLOC := false -ifeq ($(USE_PIXEL_GRALLOC),true) - PRODUCT_SOONG_NAMESPACES += hardware/google/gchips/GrallocHAL -else - PRODUCT_SOONG_NAMESPACES += hardware/google/gchips/gralloc4 -endif - PRODUCT_SOONG_NAMESPACES += \ hardware/google/av \ hardware/google/gchips \