mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +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.
(cherry picked from commit 2f38cfd9ab)
			
			
This commit is contained in:
		
							parent
							
								
									add8d1b9df
								
							
						
					
					
						commit
						17ad99c206
					
				
					 2 changed files with 6 additions and 2 deletions
				
			
		|  | @ -90,7 +90,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 | ||||
|  |  | |||
|  | @ -26,7 +26,9 @@ android { | |||
|     packagingOptions { | ||||
|         exclude 'META-INF/LICENSE' | ||||
|         exclude 'META-INF/NOTICE' | ||||
|         doNotStrip '**/*.so' | ||||
| 
 | ||||
|         // Should be uncommented for development purpose within Android Studio | ||||
|         // doNotStrip '**/*.so' | ||||
|     } | ||||
| 
 | ||||
|     sourceSets { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fredia Huya-Kouadio
						Fredia Huya-Kouadio