diff --git a/p4a/pythonforandroid/bootstraps/common/build/build.py b/p4a/pythonforandroid/bootstraps/common/build/build.py index e30bd12..036ad62 100644 --- a/p4a/pythonforandroid/bootstraps/common/build/build.py +++ b/p4a/pythonforandroid/bootstraps/common/build/build.py @@ -962,7 +962,7 @@ tools directory of the Android SDK. '--launcher (SDL2 bootstrap only)' + 'to have something to launch inside the .apk!') sys.exit(1) - print('ARGS ARGS ARGS', args) + print('ARGS ARGS ARGS', args) make_package(args) return args diff --git a/p4a/pythonforandroid/bootstraps/service_library/build/templates/build.tmpl.gradle b/p4a/pythonforandroid/bootstraps/service_library/build/templates/build.tmpl.gradleNO similarity index 100% rename from p4a/pythonforandroid/bootstraps/service_library/build/templates/build.tmpl.gradle rename to p4a/pythonforandroid/bootstraps/service_library/build/templates/build.tmpl.gradleNO