Skip to content

Commit 0b22e69

Browse files
authored
Update build.tmpl.gradle
add stripped and unstripped libs dirs
1 parent e6018e6 commit 0b22e69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ android {
9595
{% if args.enable_crashlytics_native_symbol_upload -%}
9696
firebaseCrashlytics {
9797
nativeSymbolUploadEnabled true
98+
strippedNativeLibsDir 'build/intermediates/stripped_native_libs/release/out/lib'
99+
unstrippedNativeLibsDir 'build/intermediates/merged_native_libs/release/out/lib'
98100
}
99101
{%- endif %}
100102
}

0 commit comments

Comments
 (0)