aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
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 /Android.bp
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 'Android.bp')
-rw-r--r--Android.bp15
1 files changed, 15 insertions, 0 deletions
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",
]