android_device_xiaomi_whyred/BoardConfig.mk
Michael Bestas e327e842db whyred: Switch to FBE
Change-Id: I7c71c0e43128fd71c802598b3853009265a8a9c6
2023-06-27 17:11:18 +02:00

38 lines
832 B
Makefile

#
# Copyright (C) 2018-2019 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from sdm660-common
include device/xiaomi/sdm660-common/BoardConfigCommon.mk
DEVICE_PATH := device/xiaomi/whyred
# Boot animation
TARGET_SCREEN_HEIGHT := 2160
TARGET_SCREEN_WIDTH := 1080
# Display
TARGET_SCREEN_DENSITY := 440
# Kernel
TARGET_KERNEL_CONFIG += vendor/xiaomi/whyred.config
# Manifest
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3221225472
BOARD_VENDORIMAGE_PARTITION_SIZE := 838860800
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Recovery
TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/etc/fstab.qcom
# Security patch level
VENDOR_SECURITY_PATCH := 2018-11-01
# Inherit the proprietary files
include vendor/xiaomi/whyred/BoardConfigVendor.mk