From 214301cc92e56914a2c79fe474deefad7344ac94 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Wed, 31 Oct 2018 11:12:56 +0000 Subject: Added missing file in Android.mk to build the NN Driver with the latest CL pin !armnn:46 Change-Id: I76177ce9eaa5c1132d3e15158844c2fb4a44d57c --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 053c4fcf..cceed2f2 100644 --- a/Android.bp +++ b/Android.bp @@ -77,6 +77,7 @@ cc_library_static { "clframework/src/core/CL/kernels/CLGEMMInterleave4x4Kernel.cpp", "clframework/src/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.cpp", "clframework/src/core/CL/kernels/CLGEMMLowpOffsetContributionKernel.cpp", + "clframework/src/core/CL/kernels/CLGEMMLowpOffsetContributionOutputStageKernel.cpp", "clframework/src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp", "clframework/src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.cpp", "clframework/src/core/CL/kernels/CLGEMMLowpReductionKernel.cpp", -- cgit v1.2.1