aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3b59a7d283..d033d2d04e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -159,6 +159,7 @@ cc_library_static {
"src/core/CL/kernels/CLLKTrackerKernel.cpp",
"src/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.cpp",
"src/core/CL/kernels/CLMagnitudePhaseKernel.cpp",
+ "src/core/CL/kernels/CLMaxUnpoolingLayerKernel.cpp",
"src/core/CL/kernels/CLMeanStdDevKernel.cpp",
"src/core/CL/kernels/CLMeanStdDevNormalizationKernel.cpp",
"src/core/CL/kernels/CLMedian3x3Kernel.cpp",
@@ -520,6 +521,7 @@ cc_library_static {
"src/runtime/CL/functions/CLLaplacianReconstruct.cpp",
"src/runtime/CL/functions/CLLocallyConnectedLayer.cpp",
"src/runtime/CL/functions/CLMagnitude.cpp",
+ "src/runtime/CL/functions/CLMaxUnpoolingLayer.cpp",
"src/runtime/CL/functions/CLMeanStdDev.cpp",
"src/runtime/CL/functions/CLMeanStdDevNormalizationLayer.cpp",
"src/runtime/CL/functions/CLMedian3x3.cpp",