aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-10-22 11:07:45 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-10-25 16:07:45 +0000
commit830101c2debac8b3f22c048fad603f34b76bdca1 (patch)
treef398bcbd687503a79fcced3e34f0411f5864f94a /Android.mk
parent48623a0f6f4681ce0d9525b1587b7f96bfd58519 (diff)
downloadarmnn-830101c2debac8b3f22c048fad603f34b76bdca1.tar.gz
IVGCVSW-4022 Create a DeclareLabel utility function
* Created new TimelineUtilityMethods class * Created the DeclareLabel utility methods inside the new class * Added unit tests Change-Id: Ife0f7853a556d48206b76baeb3934344a990bee9 Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 29ca0830c4..929eac0af7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -190,7 +190,8 @@ LOCAL_SRC_FILES := \
src/profiling/ProfilingUtils.cpp \
src/profiling/RequestCounterDirectoryCommandHandler.cpp \
src/profiling/SendCounterPacket.cpp \
- src/profiling/SocketProfilingConnection.cpp
+ src/profiling/SocketProfilingConnection.cpp \
+ src/profiling/TimelineUtilityMethods.cpp
LOCAL_STATIC_LIBRARIES := \
armnn-arm_compute \