aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
blob: 5f8f29ff0f0ad1b193586e44e86733f9d05bbda2 (plain) (blame)
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),veux)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif