blob: e65281a1a469217fd28dfc499721f0fbf886fbf3 [file] [log] [blame]
David Beckb30c5332018-09-28 16:51:01 +01001#
2# Copyright © 2017 ARM Ltd. All rights reserved.
3# SPDX-License-Identifier: MIT
4#
5
6# COMMON_SOURCES contains the list of files to be included
7# in the Android build and it is picked up by the Android.mk
8# file in the root of ArmNN
9
10COMMON_SOURCES := \
11 CpuTensorHandle.cpp \
12 MemCopyWorkload.cpp \
13 OutputHandler.cpp \
14 StringMapping.cpp \
15 WorkloadData.cpp \
16 WorkloadFactory.cpp