blob: 90d3d16ebb3c04a87c670a3822da0ce99704c358 [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 := \
BackendRegistry.cpp \
CpuTensorHandle.cpp \
LayerSupportBase.cpp \
MemCopyWorkload.cpp \
OptimizationViews.cpp \
OutputHandler.cpp \
WorkloadData.cpp \
WorkloadFactory.cpp \
WorkloadUtils.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/CommonTestUtils.cpp \
test/JsonPrinterTestImpl.cpp \
test/LayerTests.cpp \
test/TensorCopyUtils.cpp \
test/WorkloadDataValidation.cpp