Files
device_xiaomi_pipa/BoardConfig.mk
SahilSonar 2994b3a21b alioth: Initial device tree
Change-Id: I6e667c7ccd633593931e503cf10ca23ee9a8f713
2021-07-23 18:48:43 +02:00

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