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 5617812539..f315def2e6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -741,6 +741,7 @@ cc_library_static {
"src/gpu/cl/operators/ClGemmLowpOutputStage.cpp",
"src/gpu/cl/operators/ClIndirectConv2d.cpp",
"src/gpu/cl/operators/ClLogicalNot.cpp",
+ "src/gpu/cl/operators/ClMatMul.cpp",
"src/gpu/cl/operators/ClMul.cpp",
"src/gpu/cl/operators/ClPRelu.cpp",
"src/gpu/cl/operators/ClPermute.cpp",
@@ -823,6 +824,7 @@ cc_library_static {
"src/runtime/CL/functions/CLLogicalAnd.cpp",
"src/runtime/CL/functions/CLLogicalNot.cpp",
"src/runtime/CL/functions/CLLogicalOr.cpp",
+ "src/runtime/CL/functions/CLMatMul.cpp",
"src/runtime/CL/functions/CLMaxUnpoolingLayer.cpp",
"src/runtime/CL/functions/CLMeanStdDevNormalizationLayer.cpp",
"src/runtime/CL/functions/CLNormalizationLayer.cpp",