summaryrefslogtreecommitdiff
path: root/Android.mk
blob: 5e122cfc7461fd4428203f9786a0007878163562 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Copyright (C) 2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),nio)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif