blob: 63649e3589e40f36871bdce6cfa10f5fb42446c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Copyright (C) 2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
DEVICE_PATH := device/xiaomi/veux
# Inherit from sm6375-common
include device/xiaomi/sm6375-common/BoardConfigCommon.mk
# Build Broken
BUILD_BROKEN_DUP_RULES := true
# Display
TARGET_SCREEN_DENSITY := 440
# Inherit from the proprietary version
include vendor/xiaomi/veux/BoardConfigVendor.mk
|