device_xiaomi_miatoll/BoardConfig.mk
Volodymyr Zhdanov 7c21e60b93
miatoll: Add NFC support
[dereference23: Rely on libinit instead of device codename]
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
Change-Id: Ic135add84d3e1d88a852b798b312b2ea025866a4
2021-08-30 06:26:18 +02:00

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