Skip to content

Commit 84d8bf7

Browse files
authored
Merge pull request #122 from m4gr3d/include_native_debug_symbols_android
Include the Android native debug symbols in the release binaries
2 parents 5b0684d + 6224c71 commit 84d8bf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-release.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,10 @@ if [ "${build_classical}" == "1" ]; then
362362
cp out/android/templates/*.apk ${templatesdir}/
363363
cp out/android/templates/android_source.zip ${templatesdir}/
364364

365+
# Native debug symbols
366+
cp out/android/templates/android_release_template_native_debug_symbols.zip ${reldir}/native_debug_symbols.${templates_version}.template_release.android.zip
367+
cp out/android/tools/android_editor_native_debug_symbols.zip ${reldir}/native_debug_symbols.${templates_version}.editor.android.zip
368+
365369
## iOS (Classical) ##
366370

367371
rm -rf ios_xcode

0 commit comments

Comments
 (0)