diff --git a/template/android/app/build.gradle b/template/android/app/build.gradle index 88930244972185..1647d41e494b48 100644 --- a/template/android/app/build.gradle +++ b/template/android/app/build.gradle @@ -158,7 +158,6 @@ android { // Make sure this target name is the same you specify inside the // src/main/jni/Android.mk file for the `LOCAL_MODULE` variable. targets "helloworld_appmodules" - // Fix for windows limit on number of character in file paths and in command lines if (Os.isFamily(Os.FAMILY_WINDOWS)) { arguments "NDK_APP_SHORT_COMMANDS=true"