[Android/TFlite] Support an extra argument for the TFLite version to use
authorWook Song <wook16.song@samsung.com>
Mon, 14 Dec 2020 09:07:03 +0000 (18:07 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 16 Dec 2020 08:34:04 +0000 (17:34 +0900)
commit48a3b1ed8db95686830376807544f9683df8bdcb
treee7bdc543d21af7e8417e0cf3733c6843e5c8e9c0
parentb3438079edbfbe832c3d22a4a620708ac59cbc31
[Android/TFlite] Support an extra argument for the TFLite version to use

This patch updates the build script to support an extra argument for the
TensorFlow Lite version to use. The version can be given using the
'--enable-tflite' option as follows: --enable-tflite=yes:1.13.1. Note
that 1.13.1 can be replaced with other valid versions, 1.9.0, 1.15.2,
and 2.3.0.

Signed-off-by: Wook Song <wook16.song@samsung.com>
api/android/build-android-lib.sh