aboutsummaryrefslogtreecommitdiff
path: root/src/backends/aclCommon
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-09-28 16:51:01 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-10 16:16:57 +0100
commitb30c53342756699dfaa6effd0a94aa9e69c2063a (patch)
tree10340bc24cecf790a3f01e0eb4120bf6ebbdc8b3 /src/backends/aclCommon
parentac42efd972b7d03da17f057b2ceaaac5d6e96b1a (diff)
downloadarmnn-b30c53342756699dfaa6effd0a94aa9e69c2063a.tar.gz
IVGCVSW-1906 : make Android make and CMake files more similar
Change-Id: I15e689a6288b8476db7e67d7153899814c3cdf9e
Diffstat (limited to 'src/backends/aclCommon')
-rw-r--r--src/backends/aclCommon/common.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/backends/aclCommon/common.mk b/src/backends/aclCommon/common.mk
new file mode 100644
index 0000000000..b371bfab9e
--- /dev/null
+++ b/src/backends/aclCommon/common.mk
@@ -0,0 +1,10 @@
+#
+# 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