From aeda3ecc45efbbebde37b62f0bbc675894ebf701 Mon Sep 17 00:00:00 2001 From: Wilson Sung Date: Fri, 15 Sep 2023 09:06:41 +0000 Subject: [PATCH] Temporary use zuma lyric error: vendor/google_devices/gs-common/prebuilts/camera/Android.bp:14:1: module "prebuilt_com.google.pixel.camera.hal": Soong config property "camera_hardware" must be one of *** Bug: 298309659 Change-Id: I999da42f2803d1d1de84cb6bc01975c7e84f64a1 --- device-tegu.mk | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/device-tegu.mk b/device-tegu.mk index eb883fc..69aadf5 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -41,9 +41,13 @@ include device/google/gs-common/touch/syna/syna20.mk include device/google/tegu/fingerprint/ultrasonic_udfps.mk # go/lyric-soong-variables -$(call soong_config_set,lyric,camera_hardware,tegu) -$(call soong_config_set,lyric,tuning_product,tegu) -$(call soong_config_set,google3a_config,target_device,tegu) +# # TODO(298309659): Needs to check with owner later +$(warning camera_hardware set to zuma on zumapro target) +$(call soong_config_set,lyric,camera_hardware,ripcurrent) +$(warning tuning_product set to zuma on zumapro target) +$(call soong_config_set,lyric,tuning_product,ripcurrent) +$(warning target_device set to zuma on zumapro target) +$(call soong_config_set,google3a_config,target_device,ripcurrent) # display DEVICE_PACKAGE_OVERLAYS += device/google/tegu/tegu/overlay