fix: reproducible build paths for native libs and strip unused brotli sos (#56)
This commit is contained in:
parent
4a19bb2249
commit
7eb38bcafb
3 changed files with 10 additions and 0 deletions
|
|
@ -56,6 +56,11 @@ android {
|
|||
resources {
|
||||
excludes += "/META-INF/{AL2.0,LGPL2.1}"
|
||||
}
|
||||
jniLibs {
|
||||
excludes += "**/libbrotlicommon.so"
|
||||
excludes += "**/libbrotlidec.so"
|
||||
excludes += "**/libbrotlienc.so"
|
||||
}
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue