Files
android_device_realme_ferrarri/BoardConfig.mk
pjgowtham c07ece9d74 Revert "lemonadep: We now run at 1080p by default ^.^"
This reverts commit 67e3055242.

Change-Id: I50fdafadeaf4e71daa7c09d395e74a252743c2c7
2024-11-09 10:23:34 +05:30

27 lines
594 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
# DTB
TARGET_KERNEL_CONFIG += vendor/oplus/ferrari.config
# 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