20 lines
390 B
Makefile
20 lines
390 B
Makefile
#
|
|
# Copyright (C) 2022 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Inherit from sdm710-common
|
|
include device/xiaomi/sdm710-common/BoardConfigCommon.mk
|
|
|
|
DEVICE_PATH := device/xiaomi/grus
|
|
|
|
# Display
|
|
TARGET_SCREEN_DENSITY := 440
|
|
|
|
# Kernel
|
|
TARGET_KERNEL_CONFIG += xiaomi/grus.config
|
|
|
|
# Inherit from the proprietary version
|
|
include vendor/xiaomi/grus/BoardConfigVendor.mk
|