Support Android build for tflite_run (#1127)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 8 May 2018 10:33:23 +0000 (19:33 +0900)
committer이성재/동작제어Lab(SR)/Principal Engineer/삼성전자 <sj925.lee@samsung.com>
Tue, 8 May 2018 10:33:23 +0000 (19:33 +0900)
Some include path were added manually since not all tools are supported on
Android yet.

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

index 9245162..529cb6f 100644 (file)
@@ -165,11 +165,11 @@ if("${TARGET_OS}" STREQUAL "android")
   add_subdirectory(libs)
   add_subdirectory(externals)
   add_subdirectory(tools/nnapi_test)
+  add_subdirectory(tools/tflite_run)
 
   if(BUILD_NN_RUNTIME)
     add_subdirectory(runtimes/nn)
   endif(BUILD_NN_RUNTIME)
-  add_subdirectory(src/support/tflite)
 
 else("${TARGET_OS}" STREQUAL "android") # General case (non-android build)