Set Lyric camera_hardware variable. am: bd91baeff9

Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/20032481

Change-Id: Idd4fc9123a0e03b8195053524fcc599fdfae1c76
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Krzysztof Kosiński 2022-09-23 20:54:25 +00:00 committed by Automerger Merge Worker
commit 6dbcd42cb9
4 changed files with 8 additions and 0 deletions

View file

@ -36,6 +36,8 @@ ifeq ($(filter factory_cheetah, $(TARGET_PRODUCT)),)
include device/google/pantah/uwb/uwb_calibration.mk include device/google/pantah/uwb/uwb_calibration.mk
endif endif
# go/lyric-soong-variables
$(call soong_config_set,lyric,camera_hardware,cheetah)
$(call soong_config_set,lyric,tuning_product,cheetah) $(call soong_config_set,lyric,tuning_product,cheetah)
$(call soong_config_set,google3a_config,target_device,cheetah) $(call soong_config_set,google3a_config,target_device,cheetah)

View file

@ -28,6 +28,8 @@ include hardware/google/pixel/vibrator/cs40l26/device.mk
include device/google/gs101/bluetooth/bluetooth.mk include device/google/gs101/bluetooth/bluetooth.mk
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/pantah/device_framework_matrix_product.xml DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/pantah/device_framework_matrix_product.xml
# go/lyric-soong-variables
$(call soong_config_set,lyric,camera_hardware,cloudripper)
$(call soong_config_set,lyric,tuning_product,cloudripper) $(call soong_config_set,lyric,tuning_product,cloudripper)
$(call soong_config_set,google3a_config,target_device,cloudripper) $(call soong_config_set,google3a_config,target_device,cloudripper)

View file

@ -32,6 +32,8 @@ include hardware/google/pixel/vibrator/cs40l26/device.mk
include device/google/gs101/bluetooth/bluetooth.mk include device/google/gs101/bluetooth/bluetooth.mk
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/pantah/device_framework_matrix_product.xml DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/pantah/device_framework_matrix_product.xml
# go/lyric-soong-variables
$(call soong_config_set,lyric,camera_hardware,panther)
$(call soong_config_set,lyric,tuning_product,panther) $(call soong_config_set,lyric,tuning_product,panther)
$(call soong_config_set,google3a_config,target_device,panther) $(call soong_config_set,google3a_config,target_device,panther)

View file

@ -33,6 +33,8 @@ include device/google/gs101/uwb/uwb.mk
include device/google/pantah/uwb/uwb_calibration.mk include device/google/pantah/uwb/uwb_calibration.mk
endif endif
# go/lyric-soong-variables
$(call soong_config_set,lyric,camera_hardware,ravenclaw)
$(call soong_config_set,lyric,tuning_product,cloudripper) $(call soong_config_set,lyric,tuning_product,cloudripper)
$(call soong_config_set,google3a_config,target_device,cloudripper) $(call soong_config_set,google3a_config,target_device,cloudripper)