device_lenovo_jd2019/BoardConfig.mk
Sal Savage 89386aa58e
jd2019: Replace BTM_DEF_LOCAL_NAME with a sysprop
Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-11-21 09:33:57 -08:00

19 lines
422 B
Makefile

#
# 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
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Inherit from the proprietary version
-include vendor/lenovo/jd2019/BoardConfigVendor.mk