blob: 60352926f3858fa868afc4f57704ae45e22f184d (
plain) (
tree)
|
|
#
# 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
|