mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-25 17:25:18 +02:00
14 lines
586 B
Properties
14 lines
586 B
Properties
android.enableAdditionalTestOutput=true
|
|
android.useAndroidX=true
|
|
# Downgrade dependency verification by default (we turn it back to strict in CI and pre-commit checking).
|
|
org.gradle.dependency.verification=lenient
|
|
# Don't rely on the HTML output; that's not useful in CI.
|
|
org.gradle.dependency.verification.console=verbose
|
|
org.gradle.jvmargs=-Xmx4g -Xms256m -XX:MaxMetaspaceSize=1g
|
|
|
|
# Uncommenting these can be helpful in development
|
|
# # Enable extra debug functionality
|
|
# libsignalDebug=true
|
|
# # Speed up compilation by restricting which architectures get built
|
|
# androidArchs=aarch64
|