aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-10-03 15:42:35 +0100
committerAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-10-03 16:02:45 +0100
commit1a78e45a4b74fa96a68be070c2f3f2189cc34339 (patch)
treee786b37f0b6b99dee2a5e25342f0ffc6ba7831dd
parent8edb16d884530e7f35d05983e1617c13d200bb91 (diff)
downloadandroid-nn-driver-1a78e45a4b74fa96a68be070c2f3f2189cc34339.tar.gz
IVGCVSW-3947 Update ACL pin to 79f88e6d825402388bb79fc123ee2dfe01985bda
* Added runtime/IWeightsManager.cpp to list of required ACL source files !armnn:2034 Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I0366e936be4a48fe140cd2571b83c8d0c08443d0
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 3a0315fa..68804ef2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -417,6 +417,7 @@ cc_library_static {
"clframework/src/runtime/Allocator.cpp",
"clframework/src/runtime/BlobLifetimeManager.cpp",
"clframework/src/runtime/BlobMemoryPool.cpp",
+ "clframework/src/runtime/IWeightsManager.cpp",
"clframework/src/runtime/CL/CLBufferAllocator.cpp",
"clframework/src/runtime/CL/CLDistribution1D.cpp",
"clframework/src/runtime/CL/CLHelpers.cpp",
@@ -579,7 +580,6 @@ cc_library_static {
"clframework/src/runtime/IScheduler.cpp",
"clframework/src/runtime/ISimpleLifetimeManager.cpp",
"clframework/src/runtime/ITensorAllocator.cpp",
- "clframework/src/runtime/IWeightsManager.cpp",
"clframework/src/runtime/LutAllocator.cpp",
"clframework/src/runtime/Lut.cpp",
"clframework/src/runtime/Memory.cpp",