From a7223ed801d894cdff5dc588e6ba689d057f7e07 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Thu, 25 Jul 2019 13:00:00 -0700 Subject: [PATCH] Fix android build (#1489) --- tools/ci_build/github/linux/run_dockerbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/linux/run_dockerbuild.sh b/tools/ci_build/github/linux/run_dockerbuild.sh index e98c720ab0..7d40231cb1 100755 --- a/tools/ci_build/github/linux/run_dockerbuild.sh +++ b/tools/ci_build/github/linux/run_dockerbuild.sh @@ -79,7 +79,7 @@ if [ -z "$NIGHTLY_BUILD" ]; then set NIGHTLY_BUILD=0 fi -if [ $BUILD_DEVICE = "cpu" ] || [ $BUILD_DEVICE = "ngraph" ] || [ $BUILD_DEVICE = "openvino" ]; then +if [ $BUILD_DEVICE = "cpu" ] || [ $BUILD_DEVICE = "ngraph" ] || [ $BUILD_DEVICE = "openvino" ] || [ $BUILD_DEVICE = "nnapi" ]; then RUNTIME= else RUNTIME="--runtime=nvidia"