Files
android_device_realme_ferrarri/BoardConfig.mk
pjgowtham 201e959398 TEMP
2025-06-07 21:54:54 +05:30

30 lines
858 B
Makefile

#
# Copyright (C) 2021-2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Include the common OEM chipset BoardConfig.
include device/oneplus/sm8450-common/BoardConfigCommon.mk
DEVICE_PATH := device/realme/ferrari
# Display
$(call soong_config_set,qtidisplay,oplus_adfr,true)
$(call soong_config_set,qtidisplay,oplus_udfps,true)
$(call soong_config_set,qtidisplay,pxlw_vendor_namespace,vendor/oneplus/sm8450-common)
$(call soong_config_set,lineage_health,charging_control_charging_path,/sys/class/oplus_chg/battery/mmi_charging_enable)
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Properties
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
# Recovery
TARGET_RECOVERY_DENSITY := xxhdpi
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 126
# Include the proprietary files BoardConfig.
include vendor/realme/ferrari/BoardConfigVendor.mk