Temporary use use google3a_config from zuma
error: vendor/google/camera/google_3a/libs_v3/Android.bp:22:1: module "spectral_sensor_srcs_config": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro" error: vendor/google/camera/google_3a/tools/gHAWB/libs_v4/Android.bp:14:1: module "libg3a.awb.tuning.tool.device_config": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro" error: vendor/google/camera/google_3a/libs_v4/gABC/Android.bp:17:1: module "libg3a.abc.soc_module_libs": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro" error: vendor/google/camera/google_3a/libs_v4/gHAWB/Android.bp:14:1: module "libg3a.awb.soc_config": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro" error: vendor/google/camera/google_3a/libs_v4/gASD/Android.bp:14:1: module "libg3a.asd.soc_config": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro" error: vendor/google/camera/google_3a/libs_v4/gafd/Android.bp:22:1: module "libg3a.afd.device_config": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro" error: vendor/google/camera/common/google3a/coordinator/Android.bp:115:1: module "libg3a.tuning.soc_config": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro" Bug: 272725898 Change-Id: I5dffda3bf6871be31f8a152b98ec09f94572fa23
This commit is contained in:
parent
3b14d5b2ed
commit
210bc96ba6
1 changed files with 3 additions and 1 deletions
|
@ -542,7 +542,9 @@ else
|
|||
LOCAL_TARGET_PRODUCT := slider
|
||||
endif
|
||||
|
||||
$(call soong_config_set,google3a_config,soc,zumapro)
|
||||
# TODO(b/272725898): Needs to check with owner later
|
||||
$(warning google3a_config set to zuma on zumapro target)
|
||||
$(call soong_config_set,google3a_config,soc,zuma)
|
||||
$(call soong_config_set,google3a_config,gcam_awb,true)
|
||||
$(call soong_config_set,google3a_config,ghawb_truetone,true)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue