From 3da54c3bc2aad8ba3aebafffceec9ae522e3a60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 11 May 2021 15:52:51 -0700 Subject: [PATCH] Update Lyric configuration for gs101. Bug: 185262804 Test: build and camera preview on oriole Change-Id: I5f705fde829b5d9d581b6f1306ecccfd6fd01cd1 --- device.mk | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/device.mk b/device.mk index b5ce0d3e..6f61c3d2 100644 --- a/device.mk +++ b/device.mk @@ -457,19 +457,15 @@ else endif SOONG_CONFIG_NAMESPACES += lyric -SOONG_CONFIG_lyric += \ - soc \ - feature \ - -SOONG_CONFIG_lyric_soc := gs101 -SOONG_CONFIG_lyric_feature := true +SOONG_CONFIG_lyric += use_lyric_camera_hal +SOONG_CONFIG_lyric_use_lyric_camera_hal := true SOONG_CONFIG_NAMESPACES += google3a_config SOONG_CONFIG_google3a_config += \ soc \ gcam_awb \ ghawb_truetone \ - target_device \ + target_device SOONG_CONFIG_google3a_config_soc := gs101 SOONG_CONFIG_google3a_config_gcam_awb := true @@ -1156,4 +1152,3 @@ include hardware/google/pixel/PixelLogger/PixelLogger.mk # Battery Stats Viewer PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer -