[android] Disable building unsupported libraries (#7898)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 2 Oct 2019 03:28:05 +0000 (12:28 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 2 Oct 2019 03:28:05 +0000 (12:28 +0900)
Disable building libraries that are not supported due to dependency on
Boost library.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
infra/nnfw/cmake/options/options_arm64-android.cmake

index 898f2a5..b47f4a5 100644 (file)
@@ -8,3 +8,7 @@ option(BUILD_ANDROID_TFLITE "Enable android support for TensorFlow Lite" OFF)
 option(DOWNLOAD_NEON2SSE "Download NEON2SSE library source" OFF)
 # Need boost library
 option(BUILD_RUNTIME_NNAPI_TEST "Build Runtime NN API Generated Test" OFF)
+option(BUILD_NNPACKAGE_RUN "Build nnpackge_run" OFF)
+option(BUILD_TFLITE_RUN "Build tflite-run" OFF)
+option(BUILD_TFLITE_LOADER_TEST_TOOL "Build tflite loader testing tool" OFF)
+option(BUILD_LOGGING "Build logging runtime" OFF)