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
|
2022-03-29 18:30:07 -04:00
|
|
|
TARGET_KERNEL_CONFIG := jd2019_defconfig \
|
|
|
|
vendor/debugfs.config
|
2021-07-24 15:27:17 -04:00
|
|
|
|
2022-04-15 18:38: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
|