mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-07-01 07:15:34 +00:00
29 lines
600 B
Makefile
29 lines
600 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
|
|
|
|
# Display
|
|
TARGET_SCREEN_DENSITY := 450
|
|
|
|
# HIDL
|
|
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
|
|
|
|
# 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
|