You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix Android templates size regression
The issue was caused by PR #36906 which changes prevented the generated shared libraries from being stripped. Since the change is only needed for development (debugging) purposes, it's commented out by default.
This commit is contained in:
@@ -76,7 +76,9 @@ android {
|
||||
packagingOptions {
|
||||
exclude 'META-INF/LICENSE'
|
||||
exclude 'META-INF/NOTICE'
|
||||
doNotStrip '**/*.so'
|
||||
|
||||
// Should be uncommented for development purpose within Android Studio
|
||||
// doNotStrip '**/*.so'
|
||||
}
|
||||
|
||||
// Both signing and zip-aligning will be done at export time
|
||||
|
||||
Reference in New Issue
Block a user