android_recovery_motorola_d.../Android.mk
ragarcia87 00015fc420 Initial Commit
Initial develop branch commit

Branched off as not to disturb working code
2023-01-02 21:02:08 -06:00

12 lines
No EOL
317 B
Makefile

#
# Copyright (C) 2020 The Android Open Source Project
# Copyright (C) 2020 The TWRP Open Source Project
# Copyright (C) 2020 SebaUbuntu's TWRP device tree generator
# Copyright (C) 2022-juic3b0x
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE), milanf)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif