summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 59fb270d0..fe51b7082 100644
--- a/Android.bp
+++ b/Android.bp
@@ -542,6 +542,7 @@ cc_library_static {
"src/runtime/CL/functions/CLROIPoolingLayer.cpp",
"src/runtime/CL/functions/CLRange.cpp",
"src/runtime/CL/functions/CLReduceMean.cpp",
+ "src/runtime/CL/functions/CLReduceSum.cpp",
"src/runtime/CL/functions/CLReductionOperation.cpp",
"src/runtime/CL/functions/CLRemap.cpp",
"src/runtime/CL/functions/CLReorgLayer.cpp",
@@ -832,4 +833,4 @@ cc_library_static {
},
},
rtti: true,
-} \ No newline at end of file
+}