gralloc: Remove conditional namespace for pixel gralloc
Bug: 207450311 Test: Boot to home on R4 Change-Id: If18421c4f7ec3981c55a90d760064e76281acbba
This commit is contained in:
parent
8b5b7ae5b5
commit
d756d70646
1 changed files with 1 additions and 2 deletions
|
@ -34,13 +34,12 @@ 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/gchips/gralloc4 \
|
||||
hardware/google/graphics/common \
|
||||
hardware/google/graphics/gs201 \
|
||||
hardware/google/interfaces \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue