gralloc: Remove conditional namespace for pixel gralloc
Bug: 207450311 Test: Boot to home on R4 Change-Id: I53b3cb456e524387e092c90eabdd1dcaba7ada46
This commit is contained in:
parent
9e7b96b53d
commit
d50fc07448
1 changed files with 1 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue