mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
restore relay for release builds
I want to do a release, and the no-relay stuff isn't sufficiently tested.
This commit is contained in:
parent
301f16b100
commit
0881566209
1 changed files with 3 additions and 1 deletions
|
@ -113,7 +113,7 @@ android {
|
|||
buildConfigField "boolean", "HAVE_KNOWN_PLAYERS", "true"
|
||||
buildConfigField "boolean", "FOR_FDROID", "false"
|
||||
buildConfigField "boolean", "HAVE_PASSWORD", "false"
|
||||
buildConfigField "boolean", "NO_NEW_RELAY", "true"
|
||||
buildConfigField "boolean", "NO_NEW_RELAY", "false"
|
||||
}
|
||||
|
||||
xw4GPlay {
|
||||
|
@ -165,6 +165,7 @@ android {
|
|||
resValue "string", "nfc_aid", "$NFC_AID_XW4d"
|
||||
externalNativeBuild.ndkBuild.cFlags += ['-DVARIANT_xw4d']
|
||||
externalNativeBuild.ndkBuild.arguments += ['XW_BT_UUID=' + XWD_UUID]
|
||||
buildConfigField "boolean", "NO_NEW_RELAY", "true"
|
||||
}
|
||||
|
||||
xw4dGPlay {
|
||||
|
@ -183,6 +184,7 @@ android {
|
|||
resValue "string", "nfc_aid", "$NFC_AID_XW4d"
|
||||
externalNativeBuild.ndkBuild.cFlags += ['-DVARIANT_xw4dGPlay']
|
||||
externalNativeBuild.ndkBuild.arguments += ['XW_BT_UUID=' + XWD_UUID]
|
||||
buildConfigField "boolean", "NO_NEW_RELAY", "true"
|
||||
}
|
||||
|
||||
xw4Foss {
|
||||
|
|
Loading…
Add table
Reference in a new issue