blob: cebceaf2d728b1b82ca9b04212c11b55428598c9 [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
Aron Virginas-Tarf9aeef02018-10-12 15:18:03 +010010COMMON_SOURCES := \
11 ArmComputeTensorUtils.cpp \
Aron Virginas-Tar60578952018-10-31 11:04:01 +000012 BaseMemoryManager.cpp
Aron Virginas-Tarceae3aa2018-10-18 10:39:38 +010013
14# COMMON_TEST_SOURCES contains the list of files to be included
15# in the Android unit test build (armnn-tests) and it is picked
16# up by the Android.mk file in the root of ArmNN
17
18COMMON_TEST_SOURCES := \
19 test/MemCopyTests.cpp