android_recovery_motorola_d.../Android.mk
ragarcia87 b405279c99 Fastbootd Fixes, Cleanup
-Fastbootd Fixes
-Code Cleanup
-Update Kernel
-Replace system.prop - vendor.prop
-Update version to v3
2022-12-26 18:15:46 -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