sapphire: config: Update some soong config variables to bool type

This commit is contained in:
Yumi Yukimura
2025-12-29 20:25:38 +08:00
committed by Liekoo
parent bbba778a66
commit 66396e6cee

View File

@@ -362,7 +362,7 @@ PRODUCT_PACKAGES += \
$(call soong_config_set,lineage_health,charging_control_charging_disabled,1)
$(call soong_config_set,lineage_health,charging_control_charging_enabled,0)
$(call soong_config_set,lineage_health,charging_control_charging_path,/sys/class/qcom-battery/input_suspend)
$(call soong_config_set,lineage_health,charging_control_supports_bypass,false)
$(call soong_config_set_bool,lineage_health,charging_control_supports_bypass,false)
# Media
PRODUCT_PACKAGES += \