9 lines
289 B
Makefile
9 lines
289 B
Makefile
# Copyright (C) 2024 The Android Open Source Project
|
|
# Copyright (C) 2024 SebaUbuntu's TWRP device tree generator
|
|
# Copyright (C) 2019 - Current | A-Team Digital Solutions
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifeq ($(TARGET_DEVICE),rtwo)
|
|
include $(call all-subdir-makefiles,$(LOCAL_PATH))
|
|
endif
|