mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 18:07:31 +00:00
Signed-off-by: bengris32 <bengris32@protonmail.ch> Change-Id: I199c18bba9552cbccda9408e5120cc66a4cd1be1
12 lines
220 B
Makefile
12 lines
220 B
Makefile
#
|
|
# Copyright (C) 2022 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifneq ($(filter rosemary, $(TARGET_DEVICE)),)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
endif
|