mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 18:07:31 +00:00
11 lines
211 B
Makefile
11 lines
211 B
Makefile
|
|
#
|
||
|
|
# Copyright (C) 2022 The LineageOS Project
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
#
|
||
|
|
|
||
|
|
DEVICE_PATH := device/xiaomi/rosemary
|
||
|
|
|
||
|
|
# Inherit the proprietary files
|
||
|
|
include vendor/xiaomi/rosemary/BoardConfigVendor.mk
|