mirror of
https://github.com/AetherDroid/android_device_on5xelte_lineage.git
synced 2025-09-03 06:57:46 -04:00
10 lines
216 B
Makefile
10 lines
216 B
Makefile
# Copyright (C) 2018 The LineageOS Project
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifneq ($(filter on5xelte, $(TARGET_DEVICE)),)
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
|
|
endif
|