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 3b84344a..05b25e3f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,6 +47,7 @@ cc_library_static {
"clframework/src/core/CL/kernels/CLChannelShuffleLayerKernel.cpp",
"clframework/src/core/CL/kernels/CLCol2ImKernel.cpp",
"clframework/src/core/CL/kernels/CLColorConvertKernel.cpp",
+ "clframework/src/core/CL/kernels/CLComparisonKernel.cpp",
"clframework/src/core/CL/kernels/CLConvertFullyConnectedWeightsKernel.cpp",
"clframework/src/core/CL/kernels/CLConvolutionKernel.cpp",
"clframework/src/core/CL/kernels/CLCopyKernel.cpp",
@@ -334,6 +335,7 @@ cc_library_static {
"clframework/src/runtime/CL/functions/CLChannelExtract.cpp",
"clframework/src/runtime/CL/functions/CLChannelShuffleLayer.cpp",
"clframework/src/runtime/CL/functions/CLColorConvert.cpp",
+ "clframework/src/runtime/CL/functions/CLComparison.cpp",
"clframework/src/runtime/CL/functions/CLConcatenateLayer.cpp",
"clframework/src/runtime/CL/functions/CLConvertFullyConnectedWeights.cpp",
"clframework/src/runtime/CL/functions/CLConvolution.cpp",