11 lines
206 B
Makefile
11 lines
206 B
Makefile
#
|
|
# Copyright (C) 2021 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
DEVICE_PATH := device/xiaomi/sweet
|
|
|
|
# Inherit from proprietary files
|
|
include vendor/xiaomi/sweet/BoardConfigVendor.mk
|