23 lines
464 B
Makefile
23 lines
464 B
Makefile
#
|
|
# Copyright (C) 2021 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Inherit from sm8250-common
|
|
include device/xiaomi/sm8250-common/BoardConfigCommon.mk
|
|
|
|
DEVICE_PATH := device/xiaomi/alioth
|
|
|
|
# Board
|
|
TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt
|
|
|
|
# Display
|
|
TARGET_SCREEN_DENSITY := 420
|
|
|
|
# Kernel
|
|
TARGET_KERNEL_CONFIG := vendor/alioth_defconfig
|
|
|
|
# Inherit from the proprietary version
|
|
include vendor/xiaomi/alioth/BoardConfigVendor.mk
|