From f7904abf32302b876a01c198144c8ab370249e17 Mon Sep 17 00:00:00 2001 From: Robin Peng Date: Tue, 4 Apr 2023 09:13:56 +0000 Subject: [PATCH] Temporary use use display_unit_test from zuma error: vendor/google/whitechapel/tools/Android.bp:61:1: module "display_unit_test_defaults": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro" Bug: 272725898 Change-Id: I07bb1ed9685f29e263820ae5319d78073870f7b0 --- BoardConfig-common.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index fd963b7..e16e4dc 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -139,7 +139,9 @@ endif #display_unit_test ifeq ($(USES_DEVICE_GOOGLE_ZUMAPRO),true) -$(call soong_config_set,display_unit_test,soc,zumapro) +# TODO(b/272725898): Needs to check with owner later +$(warning display_unit_test set to zuma on zumapro target) +$(call soong_config_set,display_unit_test,soc,zuma) endif # Graphics