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
This commit is contained in:
Robin Peng 2023-04-04 09:13:56 +00:00
parent 8315164cc6
commit f7904abf32

View file

@ -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