2018-07-01 07:20:03 -04:00
|
|
|
#
|
2024-06-23 16:58:49 -04:00
|
|
|
# Copyright (C) 2021-2024 The LineageOS Project
|
2018-07-01 07:20:03 -04:00
|
|
|
#
|
2022-05-18 12:08:50 -04:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2018-07-01 07:20:03 -04:00
|
|
|
#
|
|
|
|
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
|
2022-05-16 19:06:02 -04:00
|
|
|
ifeq ($(TARGET_DEVICE),dre)
|
2022-03-31 12:05:37 -04:00
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
2018-07-01 07:20:03 -04:00
|
|
|
endif
|