mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_polaris
synced 2026-01-27 18:40:05 +00:00
36 lines
765 B
Makefile
36 lines
765 B
Makefile
#
|
|
# Copyright (C) 2018-2022 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Inherit from sdm845-common
|
|
include device/xiaomi/sdm845-common/BoardConfigCommon.mk
|
|
|
|
DEVICE_PATH := device/xiaomi/polaris
|
|
|
|
# Assert
|
|
TARGET_OTA_ASSERT_DEVICE := polaris
|
|
|
|
# Display
|
|
TARGET_SCREEN_DENSITY := 440
|
|
|
|
# Kernel
|
|
TARGET_KERNEL_CONFIG += vendor/xiaomi/polaris.config
|
|
|
|
# HIDL
|
|
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
|
|
|
|
# Partitions
|
|
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 67108864
|
|
|
|
# Properties
|
|
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
|
|
|
# Recovery
|
|
TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/etc/fstab.qcom
|
|
|
|
# Inherit from the proprietary version
|
|
include vendor/xiaomi/polaris/BoardConfigVendor.mk
|