aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 6ece3f8636..f88ddc47f8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -568,7 +568,6 @@ cc_library_static {
"src/runtime/NEON/functions/NEFullyConnectedLayer.cpp",
"src/runtime/NEON/functions/NEFuseBatchNormalization.cpp",
"src/runtime/NEON/functions/NEGEMM.cpp",
- "src/runtime/NEON/functions/NEGEMMAssemblyDispatch.cpp",
"src/runtime/NEON/functions/NEGEMMConv2d.cpp",
"src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp",
"src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp",
@@ -650,6 +649,7 @@ cc_library_static {
"src/runtime/cpu/operators/CpuSoftmax.cpp",
"src/runtime/cpu/operators/CpuSub.cpp",
"src/runtime/cpu/operators/CpuTranspose.cpp",
+ "src/runtime/cpu/operators/internal/CpuGemmAssemblyDispatch.cpp",
"src/runtime/gpu/cl/operators/ClActivation.cpp",
"src/runtime/gpu/cl/operators/ClAdd.cpp",
"src/runtime/gpu/cl/operators/ClConcatenate.cpp",