1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Enable doNotStrip when doing development/debugging within Android Studio

This commit is contained in:
Fredia Huya-Kouadio
2021-03-10 00:14:57 -08:00
parent 9ca0d66a3b
commit 4380004176
5 changed files with 30 additions and 10 deletions

View File

@@ -20,9 +20,6 @@ android {
packagingOptions {
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
// Should be uncommented for development purpose within Android Studio
// doNotStrip '**/*.so'
}
sourceSets {