From 1a78e45a4b74fa96a68be070c2f3f2189cc34339 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Thu, 3 Oct 2019 15:42:35 +0100 Subject: 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 Change-Id: I0366e936be4a48fe140cd2571b83c8d0c08443d0 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.1