raphael: Update some soong config variables to bool type

This commit is contained in:
0xCAFEBABE
2025-12-30 12:38:14 +09:00
committed by Joey
parent be9e132d08
commit caefbce1a1

View File

@@ -145,7 +145,7 @@ PRODUCT_PACKAGES += \
libhfp \
tinymix
$(call soong_config_set,android_hardware_audio,skip_speaker_layout_channel_mask_field,true)
$(call soong_config_set_bool,android_hardware_audio,skip_speaker_layout_channel_mask_field,true)
# Audio configs
PRODUCT_COPY_FILES += \
@@ -186,7 +186,7 @@ PRODUCT_PACKAGES += \
vendor.qti.hardware.camera.postproc@1.0.vendor \
vendor.xiaomi.hardware.motor@1.0.vendor
$(call soong_config_set,camera,override_format_from_reserved,true)
$(call soong_config_set_bool,camera,override_format_from_reserved,true)
$(call soong_config_set,camera,package_name,com.android.camera)
$(call soong_config_set,libcameraservice,ext_lib,libcameraservice_extension.raphael)
@@ -364,7 +364,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/power_supply/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)
# Logging
SPAMMY_LOG_TAGS := \