14 lines
206 B
Makefile
14 lines
206 B
Makefile
#
|
|
# Copyright (C) 2021 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifeq ($(TARGET_DEVICE),sweet)
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
|
|
endif
|