From b3b999c4d8d64535b64d5655f4ced4e7cdb86796 Mon Sep 17 00:00:00 2001 From: Robin Peng Date: Tue, 4 Apr 2023 08:16:26 +0000 Subject: [PATCH] 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 --- device.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index f52336a..19b472c 100644 --- a/device.mk +++ b/device.mk @@ -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 += \