Temporary use use lyric from zuma

error: vendor/google/services/LyricCameraHAL/src/Android.bp:25:1: module "lyric_device_specific_enable_default": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: vendor/google/camera/Android.bp:159:1: module "liblyric_iq.private_protos_srcs": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: vendor/google/services/LyricCameraHAL/src/Android.bp:482:1: module "lyric_zuma_cc_test_defaults": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"

Bug: 272725898
Change-Id: I411c1fd8977d9d5f2d8eb8efaab61937e0657155
This commit is contained in:
Robin Peng 2023-04-04 09:09:10 +00:00
parent 210bc96ba6
commit aa28f5c92d

View file

@ -549,7 +549,9 @@ $(call soong_config_set,google3a_config,gcam_awb,true)
$(call soong_config_set,google3a_config,ghawb_truetone,true)
ifneq ($(wildcard vendor/google/services/LyricCameraHAL/src),)
$(call soong_config_set,lyric,soc,zumapro)
# TODO(b/272725898): Needs to check with owner later
$(warning lyric set to zuma on zumapro target)
$(call soong_config_set,lyric,soc,zuma)
$(call soong_config_set,lyric,use_lyric_camera_hal,true)
$(call soong_config_set,lyric,kernel_version,v515)
# lyric::tuning_product is set in device-specific makefiles,