Don't strip libraries even if the NDK is installed.

This allows reproducible builds regardless of whether the NDK is installed.
This commit is contained in:
akwizgran
2021-03-11 12:20:41 +00:00
parent c5d2661c1d
commit 2fb4825b8f
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