From 1e326d5d09ae04e011953e1a2ff0932f0e1e8b1f Mon Sep 17 00:00:00 2001 From: zeppi Date: Sat, 10 Dec 2022 17:59:32 -0500 Subject: [PATCH] print args actually --- p4a/pythonforandroid/bootstraps/common/build/build.py | 2 +- .../build/templates/{build.tmpl.gradle => build.tmpl.gradleNO} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename p4a/pythonforandroid/bootstraps/service_library/build/templates/{build.tmpl.gradle => build.tmpl.gradleNO} (100%) 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