From 3d2139f5f42cda3437e94f833b8b56d21080b586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Wed, 12 May 2021 16:56:05 -0700 Subject: [PATCH] Update gs101 GCH configuration. GCH toggle was modified from disable_lazy_hal to use_lazy_hal, so the explicit assignment is no longer needed - the camera HAL is eager by default. Bug: 186175754 Test: build, camera preview Change-Id: I5e4bede5083c5b0793f1b816a10ba9ae1d7bafc2 --- device.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/device.mk b/device.mk index c114a9a2..730fbec7 100644 --- a/device.mk +++ b/device.mk @@ -478,12 +478,9 @@ SOONG_CONFIG_google3a_config_target_device := $(LOCAL_TARGET_PRODUCT) SOONG_CONFIG_NAMESPACES += gch -SOONG_CONFIG_gch += \ - feature \ - disable_lazy_hal +SOONG_CONFIG_gch += feature # Disable Legacy common hal modules for whi SOONG_CONFIG_gch_feature := use_lyric_hal -SOONG_CONFIG_gch_disable_lazy_hal := true # WiFi PRODUCT_PACKAGES += \