diff --git a/build.sh b/build.sh index a2b3a5ca92..c84a96ad83 100755 --- a/build.sh +++ b/build.sh @@ -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