From 373e520a928aa420ab97e6a5a80f0d3307e37a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 2 Nov 2021 21:56:46 -0700 Subject: [PATCH] Add Lyric camera IQ tuning configuration. Bug: 200221875 Test: build and check camera HAL APEX content for affected devices Change-Id: I441a158231fd1c8fb950e2c1c0d1539cea1af70c --- device.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/device.mk b/device.mk index 670b5b8d..a0a41f28 100644 --- a/device.mk +++ b/device.mk @@ -483,9 +483,13 @@ endif SOONG_CONFIG_NAMESPACES += lyric SOONG_CONFIG_lyric += \ use_lyric_camera_hal \ - soc -SOONG_CONFIG_lyric_use_lyric_camera_hal := true + soc \ + tuning_product + SOONG_CONFIG_lyric_soc := gs201 +SOONG_CONFIG_lyric_use_lyric_camera_hal := true +# SOONG_CONFIG_lyric_tuning_product is set in device-specific makefiles, +# such as device/google/cloudripper/device-cloudripper.mk SOONG_CONFIG_NAMESPACES += google3a_config SOONG_CONFIG_google3a_config += \ @@ -497,7 +501,6 @@ SOONG_CONFIG_google3a_config += \ SOONG_CONFIG_google3a_config_soc := gs201 SOONG_CONFIG_google3a_config_gcam_awb := true SOONG_CONFIG_google3a_config_ghawb_truetone := true -SOONG_CONFIG_google3a_config_target_device := $(LOCAL_TARGET_PRODUCT) SOONG_CONFIG_NAMESPACES += gch