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
This commit is contained in:
parent
7d7d96f2cd
commit
3d2139f5f4
1 changed files with 1 additions and 4 deletions
|
@ -478,12 +478,9 @@ SOONG_CONFIG_google3a_config_target_device := $(LOCAL_TARGET_PRODUCT)
|
||||||
|
|
||||||
|
|
||||||
SOONG_CONFIG_NAMESPACES += gch
|
SOONG_CONFIG_NAMESPACES += gch
|
||||||
SOONG_CONFIG_gch += \
|
SOONG_CONFIG_gch += feature
|
||||||
feature \
|
|
||||||
disable_lazy_hal
|
|
||||||
# Disable Legacy common hal modules for whi
|
# Disable Legacy common hal modules for whi
|
||||||
SOONG_CONFIG_gch_feature := use_lyric_hal
|
SOONG_CONFIG_gch_feature := use_lyric_hal
|
||||||
SOONG_CONFIG_gch_disable_lazy_hal := true
|
|
||||||
|
|
||||||
# WiFi
|
# WiFi
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue