device_lenovo_jd2019/BoardConfig.mk

21 lines
447 B
Makefile
Raw Permalink Normal View History

2021-07-24 15:27:17 -04:00
#
# Copyright (C) 2018-2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from sdm710-common
-include device/lenovo/sdm710-common/BoardConfigCommon.mk
DEVICE_PATH := device/lenovo/jd2019
# Kernel
TARGET_KERNEL_CONFIG := jd2019_defconfig \
vendor/debugfs.config
2021-07-24 15:27:17 -04:00
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
2021-07-24 15:27:17 -04:00
# Inherit from the proprietary version
-include vendor/lenovo/jd2019/BoardConfigVendor.mk