aboutsummaryrefslogtreecommitdiff
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 94c952c808..8175dc69a2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -132,7 +132,6 @@ cc_library_static {
"src/core/CL/kernels/CLNormalizationLayerKernel.cpp",
"src/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.cpp",
"src/core/CL/kernels/CLPadLayerKernel.cpp",
- "src/core/CL/kernels/CLPixelWiseMultiplicationKernel.cpp",
"src/core/CL/kernels/CLPriorBoxLayerKernel.cpp",
"src/core/CL/kernels/CLQLSTMLayerNormalizationKernel.cpp",
"src/core/CL/kernels/CLROIAlignLayerKernel.cpp",
@@ -382,6 +381,7 @@ cc_library_static {
"src/core/gpu/cl/kernels/ClFloorKernel.cpp",
"src/core/gpu/cl/kernels/ClHeightConcatenateKernel.cpp",
"src/core/gpu/cl/kernels/ClPermuteKernel.cpp",
+ "src/core/gpu/cl/kernels/ClPixelWiseMultiplicationKernel.cpp",
"src/core/gpu/cl/kernels/ClPoolingKernel.cpp",
"src/core/gpu/cl/kernels/ClQuantizationKernel.cpp",
"src/core/gpu/cl/kernels/ClReshapeKernel.cpp",
@@ -684,6 +684,7 @@ cc_library_static {
"src/runtime/gpu/cl/operators/ClLogicalNot.cpp",
"src/runtime/gpu/cl/operators/ClPRelu.cpp",
"src/runtime/gpu/cl/operators/ClPermute.cpp",
+ "src/runtime/gpu/cl/operators/ClPixelWiseMultiplication.cpp",
"src/runtime/gpu/cl/operators/ClPooling.cpp",
"src/runtime/gpu/cl/operators/ClQuantization.cpp",
"src/runtime/gpu/cl/operators/ClReshape.cpp",