gralloc: Remove conditional namespace for pixel gralloc

Bug: 207450311
Test: Boot to home on R4
Change-Id: I53b3cb456e524387e092c90eabdd1dcaba7ada46
This commit is contained in:
Ankit Goyal 2022-05-18 15:26:09 -07:00
parent 9e7b96b53d
commit d50fc07448

View file

@ -39,14 +39,13 @@ BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
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 \
hardware/google/graphics/common \
hardware/google/gchips/gralloc4 \
hardware/google/graphics/gs101 \
hardware/google/interfaces \
hardware/google/pixel \