2023-04-04 12:44:40 -04:00
|
|
|
#
|
|
|
|
# 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)
|
2023-04-04 12:44:40 -04:00
|
|
|
include $(call all-subdir-makefiles,$(LOCAL_PATH))
|
|
|
|
endif
|