|
@@ -76,7 +76,9 @@ android {
|
|
packagingOptions {
|
|
packagingOptions {
|
|
exclude 'META-INF/LICENSE'
|
|
exclude 'META-INF/LICENSE'
|
|
exclude 'META-INF/NOTICE'
|
|
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
|
|
// Both signing and zip-aligning will be done at export time
|