device_xiaomi_sweet/BoardConfig.mk

20 lines
423 B
Makefile
Raw Normal View History

2021-07-09 13:34:30 -04:00
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
2021-07-10 07:17:56 -04:00
# Inherit from sm6150-common
include device/xiaomi/sm6150-common/BoardConfigCommon.mk
2021-07-09 13:34:30 -04:00
DEVICE_PATH := device/xiaomi/sweet
2021-07-10 07:14:10 -04:00
2021-07-10 07:16:36 -04:00
# Kernel
TARGET_KERNEL_CONFIG := sweet_user_defconfig
2021-07-10 03:00:09 -04:00
# Recovery
TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/etc/fstab.qcom
2021-07-10 07:14:10 -04:00
# Inherit from proprietary files
include vendor/xiaomi/sweet/BoardConfigVendor.mk