aboutsummaryrefslogtreecommitdiff
path: root/src/backends/aclCommon/common.mk
blob: 9854f6fcb5bc309413880ad667056af866457186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Copyright © 2017 ARM Ltd. All rights reserved.
# SPDX-License-Identifier: MIT
#

# COMMON_SOURCES contains the list of files to be included
# in the Android build and it is picked up by the Android.mk
# file in the root of ArmNN

COMMON_SOURCES := \
    ArmComputeTensorUtils.cpp \
    memory/BaseMemoryManager.cpp \
    memory/BlobLifetimeManager.cpp \
    memory/BlobMemoryPool.cpp \
    memory/OffsetLifetimeManager.cpp \
    memory/OffsetMemoryPool.cpp \
    memory/PoolManager.cpp