mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_polaris
synced 2026-02-01 10:38:35 +00:00
* 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
26 lines
516 B
Makefile
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
|