Skip to content

Commit

Permalink
Update template/android/app/build.gradle
Browse files Browse the repository at this point in the history
Co-authored-by: Aleš Pergl <alespergl@users.noreply.github.com>
  • Loading branch information
mganandraj and alespergl authored May 5, 2022
1 parent 4da7398 commit 6ae1f8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6ae1f8e

Please sign in to comment.