Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: 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 Nick Reuter
commit 8de89057be

View file

@ -212,13 +212,13 @@ $(call soong_config_set,lineage_health,charging_control_charging_path,/sys/class
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
vendor.lineage.livedisplay-service.oplus 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 # Media
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/media/media_profiles_holi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml $(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 # NFC
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \