Add variables in google3a_config for camera tuning

Add target_device into SOONG_CONFIG_NAMESPACES += google3a_config
for saperating projects (raven, oriole, slider)

Bug: 177041310
Test: build pass, manually test on O6
Change-Id: I605e0327a816fb7d04f57e679f287352e17abee0
This commit is contained in:
audreyhung 2021-03-10 18:30:47 +08:00
parent caa1b96fc6
commit 4b7a3c8f6c

View file

@ -475,10 +475,12 @@ SOONG_CONFIG_google3a_config += \
soc \ soc \
gcam_awb \ gcam_awb \
ghawb_truetone \ ghawb_truetone \
target_device \
SOONG_CONFIG_google3a_config_soc := gs101 SOONG_CONFIG_google3a_config_soc := gs101
SOONG_CONFIG_google3a_config_gcam_awb := true SOONG_CONFIG_google3a_config_gcam_awb := true
SOONG_CONFIG_google3a_config_ghawb_truetone := true SOONG_CONFIG_google3a_config_ghawb_truetone := true
SOONG_CONFIG_google3a_config_target_device := $(TARGET_PRODUCT)
SOONG_CONFIG_NAMESPACES += gch SOONG_CONFIG_NAMESPACES += gch
SOONG_CONFIG_gch += \ SOONG_CONFIG_gch += \