From d80ed2fc964d68143de37e9acc09998281978181 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Wed, 7 Aug 2019 12:20:42 +0100 Subject: IVGCVSW-3595 Implement the LoadDynamicBackends function in the Runtime class * Updated the makefiles to include boost::filesystem !armnn:1702 Change-Id: Ibe0a696d9fd473b552602266a89465289e9dc043 Signed-off-by: Matteo Martincigh --- test/Android.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/Android.mk b/test/Android.mk index 2f0e03ec..93bfa695 100644 --- a/test/Android.mk +++ b/test/Android.mk @@ -74,6 +74,7 @@ LOCAL_STATIC_LIBRARIES := \ libboost_system \ libboost_unit_test_framework \ libboost_thread \ + libboost_filesystem \ armnn-arm_compute LOCAL_WHOLE_STATIC_LIBRARIES := \ @@ -178,6 +179,7 @@ LOCAL_STATIC_LIBRARIES := \ libboost_system \ libboost_unit_test_framework \ libboost_thread \ + libboost_filesystem \ armnn-arm_compute LOCAL_WHOLE_STATIC_LIBRARIES := \ @@ -277,6 +279,7 @@ LOCAL_STATIC_LIBRARIES := \ libboost_system \ libboost_unit_test_framework \ libboost_thread \ + libboost_filesystem \ armnn-arm_compute LOCAL_WHOLE_STATIC_LIBRARIES := \ @@ -307,4 +310,4 @@ endif include $(BUILD_EXECUTABLE) -endif # PLATFORM_VERSION == Q \ No newline at end of file +endif # PLATFORM_VERSION == Q -- cgit v1.2.1