blob: 60352926f3858fa868afc4f57704ae45e22f184d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# 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
# Display
TARGET_SCREEN_DENSITY := 440
# Inherit from the proprietary version
include vendor/xiaomi/veux/BoardConfigVendor.mk
|