diff --git a/BoardConfig.mk b/BoardConfig.mk index 1090b52..b6628cf 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -55,7 +55,6 @@ TARGET_BOOTLOADER_BOARD_NAME := cepheus TARGET_NO_BOOTLOADER := true # Camera -$(call soong_config_set,camera,override_format_from_reserved,true) $(call soong_config_set,libcameraservice,ext_lib,//$(DEVICE_PATH):libcameraservice_extension.cepheus) # Compression @@ -121,7 +120,7 @@ BOARD_KERNEL_CMDLINE += kpti=off BOARD_KERNEL_CMDLINE += androidboot.boot_devices=soc/1d84000.ufshc # Lineage Health -$(call soong_config_set,lineage_health,charging_control_supports_bypass,false) +$(call soong_config_set_bool,lineage_health,charging_control_supports_bypass,false) $(call soong_config_set,lineage_health,charging_control_charging_path,/sys/class/power_supply/battery/charging_enabled) # Media diff --git a/device.mk b/device.mk index 6e05017..c4f1e72 100644 --- a/device.mk +++ b/device.mk @@ -128,7 +128,7 @@ PRODUCT_COPY_FILES += \ # MiuiCamera TARGET_CAMERA_PACKAGE_NAME := com.android.camera -$(call soong_config_set,camera,override_format_from_reserved,true) +$(call soong_config_set_bool,camera,override_format_from_reserved,true) TARGET_USES_MIUI_CAMERA := true $(call inherit-product-if-exists, vendor/xiaomi/miuicamera-cepheus/config.mk) @@ -279,7 +279,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ vendor.lineage.livedisplay-service.sdm -$(call soong_config_set,livedisplay_sdm,enable_dm,false) +$(call soong_config_set_bool,livedisplay_sdm,enable_dm,false) # Logging SPAMMY_LOG_TAGS := \