diff options
author | Georgios Pinitas <georgios.pinitas@arm.com> | 2020-03-11 11:57:28 +0000 |
---|---|---|
committer | Georgios Pinitas <georgios.pinitas@arm.com> | 2020-03-11 15:09:48 +0000 |
commit | 1c2ff950071c5b4fd6e83487083d23c96637545f (patch) | |
tree | 85c380015ce3607a7403d1ec218a240dabdd7c29 /Android.bp | |
parent | 758b5ba3e6d22509d4deab3d8b0b9c2f03418130 (diff) | |
download | armcl-1c2ff950071c5b4fd6e83487083d23c96637545f.tar.gz armcl-1c2ff950071c5b4fd6e83487083d23c96637545f.tar.bz2 armcl-1c2ff950071c5b4fd6e83487083d23c96637545f.zip |
COMPMID-3266: Remove Tracepoint files from Android.bp file
Change-Id: Idd141d62d99fd95ecf0014a8f0ba6fbe940c9e90
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2865
Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp index 6a989ba13..12cdb64c6 100644 --- a/Android.bp +++ b/Android.bp @@ -54,7 +54,6 @@ cc_library_static { "src/core/CL/CLCoreRuntimeContext.cpp", "src/core/CL/CLHelpers.cpp", "src/core/CL/CLKernelLibrary.cpp", - "src/core/CL/CLTracePoint.cpp", "src/core/CL/ICLDistribution1D.cpp", "src/core/CL/ICLHOG.cpp", "src/core/CL/ICLKernel.cpp", @@ -229,7 +228,6 @@ cc_library_static { "src/core/IKernel.cpp", "src/core/ITensor.cpp", "src/core/MultiImageInfo.cpp", - "src/core/NEON/NETracePoint.cpp", "src/core/NEON/kernels/NEAbsoluteDifferenceKernel.cpp", "src/core/NEON/kernels/NEAccumulateKernel.cpp", "src/core/NEON/kernels/NEActivationLayerKernel.cpp", @@ -405,7 +403,6 @@ cc_library_static { "src/core/Size2D.cpp", "src/core/SubTensorInfo.cpp", "src/core/TensorInfo.cpp", - "src/core/TracePoint.cpp", "src/core/Utils.cpp", "src/core/Validate.cpp", "src/core/Version.cpp", @@ -439,7 +436,6 @@ cc_library_static { "src/runtime/CL/CLTensorAllocator.cpp", "src/runtime/CL/CLTuner.cpp", "src/runtime/CL/ICLSimpleFunction.cpp", - "src/runtime/CL/TracePoint.cpp", "src/runtime/CL/functions/CLAbsoluteDifference.cpp", "src/runtime/CL/functions/CLAccumulate.cpp", "src/runtime/CL/functions/CLActivationLayer.cpp", @@ -739,7 +735,6 @@ cc_library_static { "src/runtime/SubTensor.cpp", "src/runtime/Tensor.cpp", "src/runtime/TensorAllocator.cpp", - "src/runtime/TracePoint.cpp", "src/runtime/Utils.cpp", "utils/CommonGraphOptions.cpp", "utils/GraphUtils.cpp", |