blob: b113269df9002e7115039f1bca9f0066cbcd4123 [file] [log] [blame]
#
# 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 \
ArmComputeTuningUtils.cpp \
BaseMemoryManager.cpp
# COMMON_TEST_SOURCES contains the list of files to be included
# in the Android unit test build (armnn-tests) and it is picked
# up by the Android.mk file in the root of ArmNN
COMMON_TEST_SOURCES := \
test/ArmComputeTensorUtilsTests.cpp \
test/MemCopyTests.cpp