IVGCVSW-1946: Remove armnn/src from the include paths
[platform/upstream/armnn.git] / src / backends / backendsCommon / common.mk
1 #
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
10 COMMON_SOURCES := \
11     BackendContextRegistry.cpp \
12     BackendRegistry.cpp \
13     CpuTensorHandle.cpp \
14     ILayerSupport.cpp \
15     MemCopyWorkload.cpp \
16     LayerSupportRegistry.cpp \
17     OutputHandler.cpp \
18     StringMapping.cpp \
19     WorkloadData.cpp \
20     WorkloadFactory.cpp
21
22 # COMMON_TEST_SOURCES contains the list of files to be included
23 # in the Android unit test build (armnn-tests) and it is picked
24 # up by the Android.mk file in the root of ArmNN
25
26 COMMON_TEST_SOURCES := \
27     test/WorkloadDataValidation.cpp \
28     test/TensorCopyUtils.cpp \
29     test/LayerTests.cpp
30