Add Lyric camera IQ tuning configuration.
Bug: 200221875 Test: build and check camera HAL APEX content for affected devices Change-Id: I441a158231fd1c8fb950e2c1c0d1539cea1af70c
This commit is contained in:
parent
f883475ba9
commit
373e520a92
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue