android_device_xiaomi_monet/BoardConfig.mk

22 lines
421 B
Makefile
Raw Normal View History

#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from sm7250-common
include device/xiaomi/sm7250-common/BoardConfigCommon.mk
DEVICE_PATH := device/xiaomi/monet
BUILD_BROKEN_DUP_RULES := true
# Display
TARGET_SCREEN_DENSITY := 440
# Kernel
TARGET_KERNEL_CONFIG := monet_defconfig
# Inherit from the proprietary version
include vendor/xiaomi/monet/BoardConfigVendor.mk