fix: reproducible build paths for native libs and strip unused brotli sos (#56)

This commit is contained in:
Aryan 2026-03-10 20:17:23 +05:30 committed by GitHub
parent 4a19bb2249
commit 7eb38bcafb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View file

@ -56,6 +56,11 @@ android {
resources {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
jniLibs {
excludes += "**/libbrotlicommon.so"
excludes += "**/libbrotlidec.so"
excludes += "**/libbrotlienc.so"
}
}
signingConfigs {