aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 64eedc9229..a4ca5c79e8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -531,6 +531,9 @@ cc_library_static {
"src/runtime/CL/functions/CLLaplacianPyramid.cpp",
"src/runtime/CL/functions/CLLaplacianReconstruct.cpp",
"src/runtime/CL/functions/CLLocallyConnectedLayer.cpp",
+ "src/runtime/CL/functions/CLLogicalAnd.cpp",
+ "src/runtime/CL/functions/CLLogicalNot.cpp",
+ "src/runtime/CL/functions/CLLogicalOr.cpp",
"src/runtime/CL/functions/CLMagnitude.cpp",
"src/runtime/CL/functions/CLMaxUnpoolingLayer.cpp",
"src/runtime/CL/functions/CLMeanStdDev.cpp",