aae2fe82eb
Change-Id: I6d195d295b5f94b71c3ff32b21aa33d3af7bf588
11 lines
208 B
Makefile
11 lines
208 B
Makefile
#
|
|
# Copyright (C) 2022-2023 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifeq ($(TARGET_DEVICE),zeus)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
endif
|