mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_cmi
synced 2026-01-27 14:44:18 +00:00
12 lines
202 B
Makefile
12 lines
202 B
Makefile
#
|
|
# Copyright (C) 2021 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifeq ($(TARGET_DEVICE),cmi)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
endif
|