From 6b926a38230c1b21ead5a49af611cac5f099b7df 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 "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: I4520034e9d0e494434ae5943a0550c6161b11703 --- device.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/device.mk b/device.mk index 91f86ac5..36b1c8db 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 \