Revert^3 "Add gralloc switch"

9f0eac1cb9

Bug: 213540102
Change-Id: I7f7fe674cfcc6641dcaa9ac54f164adeb8c9fce8
This commit is contained in:
Cyan Hsieh 2022-01-10 03:28:24 +00:00
parent 77606acf0b
commit 35de89e675

View file

@ -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 \