android_device_xiaomi_enuma/Android.mk
2024-10-22 17:05:14 +08:00

11 lines
204 B
Makefile
Executable file

#
# Copyright (C) 2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),enuma)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif