From b30c53342756699dfaa6effd0a94aa9e69c2063a Mon Sep 17 00:00:00 2001 From: David Beck Date: Fri, 28 Sep 2018 16:51:01 +0100 Subject: IVGCVSW-1906 : make Android make and CMake files more similar Change-Id: I15e689a6288b8476db7e67d7153899814c3cdf9e --- src/backends/aclCommon/common.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/backends/aclCommon/common.mk (limited to 'src/backends/aclCommon/common.mk') 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 -- cgit v1.2.1