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:
parent
8315164cc6
commit
f7904abf32
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue