2022-02-15 10:35:31 -05:00
|
|
|
#
|
2023-01-22 21:41:19 -05:00
|
|
|
# Copyright (C) 2022-2023 The LineageOS Project
|
2022-02-15 10:35:31 -05:00
|
|
|
#
|
2023-01-22 21:41:19 -05:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2022-02-15 10:35:31 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
|
2024-07-03 03:26:42 -04:00
|
|
|
ifeq ($(TARGET_DEVICE),fogos)
|
2022-02-15 10:35:31 -05:00
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
2023-01-26 05:49:15 -05:00
|
|
|
endif
|