Files
device_xiaomi_polaris/BoardConfig.mk
Bruno Martins cd70d7844e polaris: Switch to NQ NFC stack
* So that it matches prebuilt vendor. On a sidenote, this was
   moved from the common tree to the individual device trees,
   because not all the targets support NFC.

Change-Id: Ic600594bc073ef3883225fb01039b1953a880807
2018-10-02 10:48:08 +01:00

26 lines
516 B
Makefile

#
# Copyright (C) 2018 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from sdm845-common
-include device/xiaomi/sdm845-common/BoardConfigCommon.mk
DEVICE_PATH := device/xiaomi/polaris
# Assert
TARGET_OTA_ASSERT_DEVICE := polaris
# Kernel
TARGET_KERNEL_CONFIG := polaris_defconfig
# NFC
TARGET_USES_NQ_NFC := true
# Inherit from the proprietary version
-include vendor/xiaomi/polaris/BoardConfigVendor.mk
# Sepolicy
BOARD_PLAT_PRIVATE_SEPOLICY_DIR += $(DEVICE_PATH)/sepolicy/private