Files
android_device_realme_ferrarri/BoardConfig.mk
pjgowtham 589c010371 ferrarri: Rebrand for realme GT 2 pro
ferrari->ferrarri since it conflicts with a xiaomi device

Change-Id: I326aabe3c36b87106e567a028a59f37cf7c54603
2023-07-28 08:44:10 +05:30

26 lines
547 B
Makefile

#
# Copyright (C) 2021-2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Include the common OEM chipset BoardConfig.
include device/oplus/sm8450-common/BoardConfigCommon.mk
DEVICE_PATH := device/realme/ferrarri
# Display
TARGET_SCREEN_DENSITY := 450
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Recovery
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 103
# Include the proprietary files BoardConfig.
include vendor/realme/ferrarri/BoardConfigVendor.mk