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 --- Android.bp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index ba172cbb..8f5b7267 100644 --- a/Android.bp +++ b/Android.bp @@ -907,6 +907,21 @@ cc_library_static { ], } +cc_library_static { + name: "libboost_filesystem", + defaults: ["libboost-defaults"], + srcs: [ + "boost_1_64_0/libs/filesystem/src/codecvt_error_category.cpp", + "boost_1_64_0/libs/filesystem/src/operations.cpp", + "boost_1_64_0/libs/filesystem/src/path.cpp", + "boost_1_64_0/libs/filesystem/src/path_traits.cpp", + "boost_1_64_0/libs/filesystem/src/portability.cpp", + "boost_1_64_0/libs/filesystem/src/unique_path.cpp", + "boost_1_64_0/libs/filesystem/src/utf8_codecvt_facet.cpp", + "boost_1_64_0/libs/filesystem/src/windows_file_codecvt.cpp", + ], +} + subdirs = [ "armnn", ] -- cgit v1.2.1