Merge pull request #38127 from m4gr3d/disable_do_not_strip
Fix Android templates size regression
This commit is contained in:
commit
17cacb4737
|
@ -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
|
||||
|
|
|
@ -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…
Reference in New Issue