mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_polaris
synced 2026-01-27 14:27:18 +00:00
20 lines
403 B
Makefile
20 lines
403 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
|
|
|
|
# Inherit from the proprietary version
|
|
-include vendor/xiaomi/polaris/BoardConfigVendor.mk
|