Files
device_xiaomi_umi/Android.mk
2022-05-22 02:57:51 +08: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),umi)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif