aboutsummaryrefslogtreecommitdiff
path: root/src/backends/aclCommon/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/aclCommon/common.mk')
-rw-r--r--src/backends/aclCommon/common.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/backends/aclCommon/common.mk b/src/backends/aclCommon/common.mk
deleted file mode 100644
index 0ba966af14..0000000000
--- a/src/backends/aclCommon/common.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# 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 \
- 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