From dc2fe4cbd538e66fa4c8fdf559c7c1d3e74a6b89 Mon Sep 17 00:00:00 2001 From: Ankit Goyal Date: Tue, 31 May 2022 18:20:14 -0700 Subject: [PATCH] gralloc: Remove redundant gralloc namespaces Bug: 232572182 Test: Raven boots to home Change-Id: I059a2efe27fb37d20cbfd25f3011300cbed5a850 --- device.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/device.mk b/device.mk index 099ae227..6fc646a4 100644 --- a/device.mk +++ b/device.mk @@ -35,12 +35,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 -endif - PRODUCT_SOONG_NAMESPACES += \ hardware/google/av \ hardware/google/gchips \