pjgowtham e17a99eed8 ferrari: Move device specific properties to /odm
Change-Id: I37ed4d6ff8382b67360ff927242b195fc34f4621
2024-10-22 20:03:17 +05:30

29 lines
647 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
TARGET_SCREEN_DENSITY := 450
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Lineage Health
TARGET_HEALTH_CHARGING_CONTROL_CHARGING_PATH := /sys/class/oplus_chg/battery/chg_enable
# Properties
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
# Recovery
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 103
# Include the proprietary files BoardConfig.
include vendor/realme/ferrari/BoardConfigVendor.mk