diff --git a/android/android_studio_project/app/build.gradle b/android/android_studio_project/app/build.gradle index 6bf100840..92fc816b2 100644 --- a/android/android_studio_project/app/build.gradle +++ b/android/android_studio_project/app/build.gradle @@ -22,6 +22,9 @@ android { "-j${Runtime.runtime.availableProcessors()}", // Work around "Bad file descriptor" on Windows on NDK r22+. '--output-sync=none' + // For the app, don't build the executables designed for running from a terminal. + // To build the executables, run ndk-build manually. + targets 'xenia-app' } } ndk {