9 lines
No EOL
254 B
Makefile
9 lines
No EOL
254 B
Makefile
# Copyright (C) 2021-2024 The LineageOS Project
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2019-Current A-Team Digital Solutions
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifeq ($(TARGET_DEVICE),dre)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
endif |