Update Lyric configuration for gs101.

Bug: 185262804
Test: build and camera preview on oriole
Change-Id: I5f705fde829b5d9d581b6f1306ecccfd6fd01cd1
This commit is contained in:
Krzysztof Kosiński 2021-05-11 15:52:51 -07:00 committed by TreeHugger Robot
parent 07bf326a61
commit 3da54c3bc2

View file

@ -457,19 +457,15 @@ else
endif endif
SOONG_CONFIG_NAMESPACES += lyric SOONG_CONFIG_NAMESPACES += lyric
SOONG_CONFIG_lyric += \ SOONG_CONFIG_lyric += use_lyric_camera_hal
soc \ SOONG_CONFIG_lyric_use_lyric_camera_hal := true
feature \
SOONG_CONFIG_lyric_soc := gs101
SOONG_CONFIG_lyric_feature := true
SOONG_CONFIG_NAMESPACES += google3a_config SOONG_CONFIG_NAMESPACES += google3a_config
SOONG_CONFIG_google3a_config += \ SOONG_CONFIG_google3a_config += \
soc \ soc \
gcam_awb \ gcam_awb \
ghawb_truetone \ ghawb_truetone \
target_device \ 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
@ -1156,4 +1152,3 @@ include hardware/google/pixel/PixelLogger/PixelLogger.mk
# Battery Stats Viewer # Battery Stats Viewer
PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer