Camera: Remove unused soong variable kernel_version

Fix: 299156419
Test: Build
Change-Id: I9c9a0556e2f512d6087bbc03000bf88aff0cd229
This commit is contained in:
Edmond Chung 2023-09-05 13:26:06 -07:00
parent 680322aaef
commit c6ccf654cb

View file

@ -556,9 +556,6 @@ endif
include device/google/gs-common/camera/lyric.mk include device/google/gs-common/camera/lyric.mk
$(call soong_config_set,lyric,soc,zumapro) $(call soong_config_set,lyric,soc,zumapro)
# TODO(b/272725898): Needs to check with owner later
$(warning lyric set to v515 on v61 target)
$(call soong_config_set,lyric,kernel_version,v515)
# lyric::tuning_product is set in device-specific makefiles, # lyric::tuning_product is set in device-specific makefiles,
# such as device/google/${DEVICE}/device-${DEVICE}.mk # such as device/google/${DEVICE}/device-${DEVICE}.mk