mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-03 01:39:16 +02:00
38 lines
832 B
Makefile
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
|