blob: 9854f6fcb5bc309413880ad667056af866457186 [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 \
12 memory/BaseMemoryManager.cpp \
13 memory/BlobLifetimeManager.cpp \
14 memory/BlobMemoryPool.cpp \
15 memory/OffsetLifetimeManager.cpp \
16 memory/OffsetMemoryPool.cpp \
17 memory/PoolManager.cpp