[neurun] Introduce build option for default config (#8167)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 17 Oct 2019 00:22:20 +0000 (09:22 +0900)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 17 Oct 2019 00:22:20 +0000 (09:22 +0900)
commit47486944a9f68723b318e3d66b6c18041b22dcc5
treea7e714fbd5d9f4e7bd70aba89a943e4e46ffa8cd
parent53119523e43ad33e3af69c88989d336cbb6a5016
[neurun] Introduce build option for default config (#8167)

- Introduce ENVVAR_NEURUN_CONFIG option: use default neurun config using environment (default: on)
- Default off on tizen, and introduce gbs build option "test_build" to enable environment variable setting

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
infra/nnfw/cmake/CfgOptionFlags.cmake
infra/nnfw/cmake/options/options_aarch64-tizen.cmake
infra/nnfw/cmake/options/options_armv7l-tizen.cmake
packaging/nnfw.spec
runtimes/neurun/core/CMakeLists.txt
runtimes/neurun/core/src/util/ConfigSource.cc