Enable Android build of tflite_benchmark, disable tflite_run (#1413)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 30 May 2018 01:32:10 +0000 (10:32 +0900)
committer이춘석/동작제어Lab(SR)/Senior Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 30 May 2018 01:32:10 +0000 (10:32 +0900)
Enable/Disable build for Android

- Enable build of tflite_benchmark
- Disable tflite_run since it has boost library build issue
  (Related to standard library - gnustl/libc++)

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
CMakeLists.txt

index 06d26b1..59099fa 100644 (file)
@@ -170,7 +170,7 @@ if("${TARGET_OS}" STREQUAL "android")
   add_subdirectory(libs)
   add_subdirectory(externals)
   add_subdirectory(tools/nnapi_test)
-  add_subdirectory(tools/tflite_run)
+  add_subdirectory(tools/tflite_benchmark)
 
   if(BUILD_NN_RUNTIME)
     set(LIB_RUNTIME runtime)