mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-08-04 15:54:19 +09:00
miatoll: Initial commit
Co-authored-by: Demon000 <demonsingur@gmail.com> Change-Id: Ia0d3ae0deb9ac8549065f2ae25d8f28ce9b5dd02
This commit is contained in:
19
BoardConfig.mk
Normal file
19
BoardConfig.mk
Normal file
@ -0,0 +1,19 @@
|
||||
#
|
||||
# Copyright (C) 2021 The LineageOS Project
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# Inherit from sm6250-common
|
||||
include device/xiaomi/sm6250-common/BoardConfigCommon.mk
|
||||
|
||||
DEVICE_PATH := device/xiaomi/miatoll
|
||||
|
||||
# Display
|
||||
TARGET_SCREEN_DENSITY := 440
|
||||
|
||||
# OTA assert
|
||||
TARGET_OTA_ASSERT_DEVICE := curtana,excalibur,gram,joyeuse,miatoll
|
||||
|
||||
# Inherit proprietary blobs
|
||||
include vendor/xiaomi/miatoll/BoardConfigVendor.mk
|
Reference in New Issue
Block a user