aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2021-07-15 09:46:08 +0100
committerSadik Armagan <sadik.armagan@arm.com>2021-07-15 09:46:08 +0100
commitb90ab633d46ab07a5c8a7c9e162e6f540eb9a5d9 (patch)
tree7a1694566321264fd3a83dc7ff9a012bd9ff1f54 /Android.bp
parentfdf2eaea1773d066dbb48e3d214ccd5446fa918a (diff)
downloadandroid-nn-driver-b90ab633d46ab07a5c8a7c9e162e6f540eb9a5d9.tar.gz
IVGCVSW-5965: Remove the boost library from android-nn-driver build files.
* Remove all references to boost from the android-nn-driver build files: !armnn:5811 Signed-off-by: Colm Donelan <Colm.Donelan@arm.com> Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: I7df7d815e658a52acf3e32305bc300dfaf9a1fe4
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp48
1 files changed, 0 insertions, 48 deletions
diff --git a/Android.bp b/Android.bp
index fde01e83..b8826cbc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -5,54 +5,6 @@
////////////////////////////////////////////
// //
-// static boost libs //
-// //
-////////////////////////////////////////////
-cc_defaults {
- name: "libboost-defaults",
- proprietary: true,
- export_include_dirs: ["boost_1_64_0"],
- cflags: [
- "-O3",
- "-fexceptions",
- "-Wno-unused-parameter",
- "-DBOOST_NO_AUTO_PTR"
- ],
- cppflags: [
- "-std=c++14"
- ],
- rtti: true,
-}
-
-cc_library_static {
- name: "libboost_unit_test_framework",
- defaults: ["libboost-defaults"],
- srcs: [
- "boost_1_64_0/libs/test/src/compiler_log_formatter.cpp",
- "boost_1_64_0/libs/test/src/framework.cpp",
- "boost_1_64_0/libs/test/src/results_reporter.cpp",
- "boost_1_64_0/libs/test/src/unit_test_main.cpp",
- "boost_1_64_0/libs/test/src/cpp_main.cpp",
- "boost_1_64_0/libs/test/src/junit_log_formatter.cpp",
- "boost_1_64_0/libs/test/src/test_main.cpp",
- "boost_1_64_0/libs/test/src/unit_test_monitor.cpp",
- "boost_1_64_0/libs/test/src/debug.cpp",
- "boost_1_64_0/libs/test/src/plain_report_formatter.cpp",
- "boost_1_64_0/libs/test/src/test_tools.cpp",
- "boost_1_64_0/libs/test/src/unit_test_parameters.cpp",
- "boost_1_64_0/libs/test/src/decorator.cpp",
- "boost_1_64_0/libs/test/src/progress_monitor.cpp",
- "boost_1_64_0/libs/test/src/test_tree.cpp",
- "boost_1_64_0/libs/test/src/xml_log_formatter.cpp",
- "boost_1_64_0/libs/test/src/execution_monitor.cpp",
- "boost_1_64_0/libs/test/src/results_collector.cpp",
- "boost_1_64_0/libs/test/src/unit_test_log.cpp",
- "boost_1_64_0/libs/test/src/xml_report_formatter.cpp",
- ],
-}
-
-////////////////////////////////////////////
-// //
// flatbuffers libs //
// //
////////////////////////////////////////////