Merge branch '1612-do-not-strip-libs' into 'master'

Don't strip libraries even if the NDK is installed

See merge request briar/briar!1401
This commit is contained in:
Torsten Grote
2021-03-11 15:14:20 +00:00
2 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
packagingOptions {
doNotStrip '**/*.so'
}
defaultConfig {
minSdkVersion 16
targetSdkVersion 29

View File

@@ -19,6 +19,10 @@ android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
packagingOptions {
doNotStrip '**/*.so'
}
defaultConfig {
minSdkVersion 16
targetSdkVersion 29