Files
device_xiaomi_cmi/Android.mk
Daniel Banacki 0c5ea95d02 umi: Refactor umi -> cmi
Change-Id: I77ecd8e8714d6dd920e702f3a33652fa5716a674
2024-07-05 21:13:12 +02:00

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