Imported Upstream version 1.12.0
[platform/core/ml/nnfw.git] / infra / nnfw / cmake / options / options_aarch64-android.cmake
1 # aarch64 android cmake options
2 #
3 # NOTE BUILD_ANDROID_TFLITE(JNI lib) is disabled due to BuiltinOpResolver issue.
4 # tensorflow-lite does not build BuiltinOpResolver but JNI lib need it
5 # Related Issue : #1403
6 option(BUILD_ANDROID_TFLITE "Enable android support for TensorFlow Lite" OFF)
7 option(BUILD_ANDROID_BENCHMARK_APP "Enable Android Benchmark App" ON)
8 option(DOWNLOAD_NEON2SSE "Download NEON2SSE library source" OFF)
9 # Need boost library
10 option(DOWNLOAD_BOOST "Download boost source" ON)
11 option(BUILD_BOOST "Build boost source" ON)
12 option(BUILD_LOGGING "Build logging runtime" OFF)