mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-14 01:33:03 +01:00
Exclude libsignal-testing.md acknowledgment from non-test builds.
This commit is contained in:
committed by
Michelle Tang
parent
3892113a0e
commit
b429d08c5e
@@ -541,6 +541,7 @@ androidComponents {
|
||||
// Include the test-only library on debug builds.
|
||||
if (variant.buildType != "instrumentation") {
|
||||
variant.packaging.jniLibs.excludes.add("**/libsignal_jni_testing.so")
|
||||
variant.androidResources.ignoreAssetsPatterns.add("libsignal-testing.md")
|
||||
}
|
||||
|
||||
// Starting with minSdk 23, Android leaves native libraries uncompressed, which is fine for the Play Store, but not for our self-distributed APKs.
|
||||
|
||||
Reference in New Issue
Block a user