aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-08-07 12:20:42 +0100
committerSadik Armagan <sadik.armagan@arm.com>2019-08-07 15:21:47 +0000
commitd80ed2fc964d68143de37e9acc09998281978181 (patch)
tree78b5794527077376a6c5f3ef2aedfdffcbe230b5 /test
parent28e3d9faaa22d6ac837072e159a313ca444274a2 (diff)
downloadandroid-nn-driver-d80ed2fc964d68143de37e9acc09998281978181.tar.gz
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 <matteo.martincigh@arm.com>
Diffstat (limited to 'test')
-rw-r--r--test/Android.mk5
1 files changed, 4 insertions, 1 deletions
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