android: don't default to making libre builds

This commit is contained in:
Saúl Ibarra Corretgé
2019-06-18 14:51:44 +02:00
committed by Saúl Ibarra Corretgé
parent 2f7f9f24c4
commit 8b5b112c6a
+1 -1
View File
@@ -169,7 +169,7 @@ ext {
glideVersion = "4.7.1" // keep in sync with react-native-fast-image
// Libre build
libreBuild = (System.env.LIBRE_BUILD ?: "true").toBoolean()
libreBuild = (System.env.LIBRE_BUILD ?: "false").toBoolean()
}
// If Android SDK is not installed, accept its license so that it