mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-04-28 18:27:27 +09:00
[dereference23: Rely on libinit instead of device codename] Signed-off-by: Alexander Winkowski <dereference23@outlook.com> Change-Id: Ic135add84d3e1d88a852b798b312b2ea025866a4
26 lines
511 B
Makefile
26 lines
511 B
Makefile
#
|
|
# 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
|
|
|
|
# HIDL
|
|
ODM_MANIFEST_SKUS += \
|
|
nfc
|
|
|
|
ODM_MANIFEST_NFC_FILES := $(DEVICE_PATH)/manifest_nfc.xml
|
|
|
|
# OTA assert
|
|
TARGET_OTA_ASSERT_DEVICE := curtana,excalibur,gram,joyeuse,miatoll
|
|
|
|
# Inherit proprietary blobs
|
|
include vendor/xiaomi/miatoll/BoardConfigVendor.mk
|