8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049dfdf commit fe0a27aCopy full SHA for fe0a27a
pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle
@@ -39,11 +39,16 @@ android {
39
manifestPlaceholders = {{ args.manifest_placeholders}}
40
}
41
42
- {% if debug_build -%}
+
43
packagingOptions {
44
- doNotStrip '**/*.so'
+ {% if debug_build -%}
45
+ doNotStrip '**/*.so'
46
+ {% else %}
47
+ exclude 'lib/**/gdbserver'
48
+ exclude 'lib/**/gdb.setup'
49
+ {%- endif %}
50
- {%- endif %}
51
52
53
{% if args.sign -%}
54
signingConfigs {
0 commit comments