Java compilation does not compile ut by default

This commit is contained in:
yeyunpeng 2020-11-04 09:37:07 +08:00
parent 57fc8f45ae
commit 030ee2243e
1 changed files with 2 additions and 0 deletions

View File

@ -326,6 +326,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