From 01459b32dc76015257f1c72bd35252cc0437e2a5 Mon Sep 17 00:00:00 2001 From: Anandraj Date: Thu, 5 May 2022 13:23:04 -0700 Subject: [PATCH] Update template/android/app/build.gradle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Aleš Pergl --- template/android/app/build.gradle | 1 - 1 file changed, 1 deletion(-) 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"