!8193 Java compilation does not compile ut by default

Merge pull request !8193 from yeyunpeng2020/java
This commit is contained in:
mindspore-ci-bot 2020-11-05 15:17:51 +08:00 committed by Gitee
commit 2a1d95b340
1 changed files with 2 additions and 0 deletions

View File

@ -330,6 +330,8 @@ checkopts()
LITE_LANGUAGE="java"
ENABLE_CONVERTER="off"
ANDROID_STL="c++_static"
RUN_TESTCASES="off"
ENABLE_TOOLS="off"
elif [[ "$OPTARG" == "object-c" ]]; then
LITE_LANGUAGE="object-c"
else