From 8de89057bef51902be2275eba0e61e6490d8aa51 Mon Sep 17 00:00:00 2001 From: Yumi Yukimura Date: Mon, 24 Nov 2025 03:08:29 +0800 Subject: [PATCH] dre: Update some soong config variables to bool type Change-Id: Ice4a8e2cc6d756a743116b46299cf833a0e78c57 --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 27bd9d7..ff910cc 100644 --- a/device.mk +++ b/device.mk @@ -212,13 +212,13 @@ $(call soong_config_set,lineage_health,charging_control_charging_path,/sys/class PRODUCT_PACKAGES += \ vendor.lineage.livedisplay-service.oplus -$(call soong_config_set,OPLUS_LINEAGE_LIVEDISPLAY_HAL,ENABLE_SE,false) +$(call soong_config_set_bool,OPLUS_LINEAGE_LIVEDISPLAY_HAL,ENABLE_SE,false) # Media PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/media/media_profiles_holi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml -$(call soong_config_set,stagefright,target_disable_thumbnail_block_model,true) +$(call soong_config_set_bool,stagefright,target_disable_thumbnail_block_model,true) # NFC PRODUCT_PACKAGES += \