diff --git a/device.mk b/device.mk index 6020e557..06a76a44 100644 --- a/device.mk +++ b/device.mk @@ -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 \