android_recovery_motorola_g.../Android.mk

13 lines
274 B
Makefile
Raw Normal View History

#
# Copyright (C) 2023 The Android Open Source Project
# Copyright (C) 2023 SebaUbuntu's TWRP device tree generator
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
2023-07-25 13:07:41 -04:00
ifeq ($(TARGET_DEVICE),eqs)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif