android_device_on5xelte_lin.../Android.mk
2019-02-08 11:21:31 +05:00

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