Temporary set TARGET_BOARD_PLATFORM as zuma
error: vendor/google/media/bigwave/Android.bp:57:1: module "bigw_defaults": Soong config property "soc" must be one of [zuma], found "zumapro" error: vendor/google/whitechapel/aoc/Android.bp:82:1: module "aoc_defaults": Soong config property "target_soc" must be one of [gs101 gs201 zuma], found "zumapro" error: vendor/google/sensors/usf/Android.bp:68:1: module "usf_pal_config": Soong config property "target_soc" must be one of [gs101 gs201 zuma], found "zumapro" error: hardware/google/gchips/gralloc4/Android.bp:75:1: module "arm_gralloc_defaults": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro" error: vendor/google/whitechapel/aoc/Android.bp:244:1: module "aocd_rc_defaults": Soong config property "target_soc" must be one of [gs101 gs201 zuma], found "zumapro" error: vendor/arm/mali/valhall/Android.bp:650:1: module "clcc1": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro" Bug: 272725898 Change-Id: I7f5b1ce2db3ce8ab930bf83a182a7a689960f62d
This commit is contained in:
parent
dec234f475
commit
b3b999c4d8
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@ ifneq ($(BOARD_WITHOUT_RADIO),true)
|
|||
include device/google/gs-common/gps/brcm/device_v2.mk
|
||||
endif
|
||||
|
||||
TARGET_BOARD_PLATFORM := zumapro
|
||||
# TODO(b/272725898): Needs to check with owner later
|
||||
$(warning TARGET_BOARD_PLATFORM set to zuma on zumapro target)
|
||||
TARGET_BOARD_PLATFORM := zuma
|
||||
ALLOW_MISSING_DEPENDENCIES := true
|
||||
|
||||
AB_OTA_POSTINSTALL_CONFIG += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue