Spacewar: Update some soong config variables to bool type

Change-Id: Ice4a8e2cc6d756a743116b46299cf833a0e78c57
This commit is contained in:
Yumi Yukimura
2025-11-24 03:08:29 +08:00
committed by nyxalune
parent 689ebab3a5
commit 4753fb5f39

View File

@@ -188,6 +188,9 @@ PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml
$(call soong_config_set_bool,android_hardware_audio,skip_speaker_layout_channel_mask_field,true)
# Boot control
PRODUCT_PACKAGES += \
android.hardware.boot-service.qti \
@@ -202,6 +205,8 @@ PRODUCT_PACKAGES += \
libutilscallstack.vendor:64 \
vendor.qti.hardware.camera.postproc@1.0.vendor
$(call soong_config_set_bool,camera,override_format_from_reserved,true)
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/public.libraries.system_ext.txt:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/public.libraries.txt
@@ -293,7 +298,7 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/media/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml
$(call soong_config_set,stagefright,target_disable_thumbnail_block_model,true)
$(call soong_config_set_bool,stagefright,target_disable_thumbnail_block_model,true)
# Native libraries whitelist
PRODUCT_COPY_FILES += \