You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Enable doNotStrip when doing development/debugging within Android Studio
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user