sm8150-common: Update some soong config variables to bool type

Change-Id: Ice4a8e2cc6d756a743116b46299cf833a0e78c57
This commit is contained in:
Yumi Yukimura
2026-01-24 06:11:05 +00:00
committed by firebird11
parent ab2c03f8de
commit 1e82114a41

View File

@@ -61,7 +61,7 @@ PRODUCT_PACKAGES += \
android.hardware.boot-service.qti \
android.hardware.boot-service.qti.recovery
$(call soong_config_set,QTI_GPT_UTILS,USE_BSG_FRAMEWORK,false)
$(call soong_config_set_bool,QTI_GPT_UTILS,USE_BSG_FRAMEWORK,false)
AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_system=true \
@@ -121,7 +121,7 @@ PRODUCT_PACKAGES += \
libvisualizer \
libvolumelistener
$(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 += \