aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2018-11-12 09:13:31 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2018-11-12 10:43:14 +0000
commit46e9d1e8aa2ca5a05021a9185d1caea9d08b5499 (patch)
treec24627828d5622bc8e4752024a5434e65f818407
parent3219deb5654feae2e10f02923c678dd62f7b2cc3 (diff)
downloadandroid-nn-driver-46e9d1e8aa2ca5a05021a9185d1caea9d08b5499.tar.gz
Added new ACL file to Android.bp needed to build the driver against
the latest CL master (0cf77981fadb883b97efec112e115450873e64c3) Change-Id: Icbc3a870e058534ff759489b63fbe7bd4502b962
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index cceed2f2..5911f69b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -300,6 +300,7 @@ cc_library_static {
"clframework/src/runtime/Allocator.cpp",
"clframework/src/runtime/BlobLifetimeManager.cpp",
"clframework/src/runtime/BlobMemoryPool.cpp",
+ "clframework/src/runtime/MEMUtils.cpp",
"clframework/src/runtime/CL/CLBufferAllocator.cpp",
"clframework/src/runtime/CL/CLDistribution1D.cpp",
"clframework/src/runtime/CL/CLHOG.cpp",