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 committed May 5, 2022
1 parent ed3a89b commit 01459b3
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 01459b3

Please sign in to comment.