From 8d4cce51aae3a529e1b0bf5c842124b18e49ec64 Mon Sep 17 00:00:00 2001 From: Yuti Amonkar Date: Thu, 5 Jan 2023 10:32:11 +0530 Subject: [PATCH] Add display_unit_test soong config for Zuma Bug: 242925217 Change-Id: Ia72a068e19f77edd76181bcda3dbf3c2d6b9ebf1 Signed-off-by: Yuti Amonkar --- BoardConfig-common.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index 42b24b1a..5aeb99e3 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -137,6 +137,11 @@ else $(call soong_config_set,vendorgraphicbuffer,gralloc_version,three) endif +#display_unit_test +ifeq ($(USES_DEVICE_GOOGLE_ZUMA),true) +$(call soong_config_set,display_unit_test,soc,zuma) +endif + # Graphics #BOARD_USES_EXYNOS_DATASPACE_FEATURE := true