change name of variant -- it's not the main one anymore

This commit is contained in:
Eric House 2019-03-10 19:25:57 -07:00
parent f8623cd407
commit ab491ebcb4
6 changed files with 6 additions and 6 deletions

View file

@ -75,7 +75,7 @@ android {
buildConfigField "boolean", "LOG_LIFECYLE", "false"
}
xw4 {
xw4NoSMS {
dimension "variant"
applicationId "org.eehouse.android.xw4"
manifestPlaceholders = [ APP_ID: applicationId ]
@ -194,12 +194,12 @@ android {
// directories here. AS doesn't respect what's set here: it'll
// compile, but post-install app launch and source-level
// debugging don't work.
xw4 {
xw4NoSMS {
release {
jniLibs.srcDir "../libs-xw4Release"
jniLibs.srcDir "../libs-xw4NoSMSRelease"
}
debug {
jniLibs.srcDir "../libs-xw4Debug"
jniLibs.srcDir "../libs-xw4NoSMSDebug"
}
}
xw4d {

View file

@ -754,7 +754,7 @@ android_debugf( const char* format, ... )
}
(void)__android_log_write( ANDROID_LOG_DEBUG,
# if defined VARIANT_xw4 || defined VARIANT_xw4fdroid || defined VARIANT_xw4SMS
# if defined VARIANT_xw4NoSMS || defined VARIANT_xw4fdroid || defined VARIANT_xw4SMS
"xw4"
# elif defined VARIANT_xw4d || defined VARIANT_xw4dNoSMS
"x4bg"

View file

@ -691,7 +691,7 @@ Java_org_eehouse_android_xw4_jni_XwJNI_comms_1getUUID
jstring jstr =
#ifdef XWFEATURE_BLUETOOTH
(*env)->NewStringUTF( env,
# if defined VARIANT_xw4 || defined VARIANT_xw4fdroid || defined VARIANT_xw4SMS
# if defined VARIANT_xw4NoSMS || defined VARIANT_xw4fdroid || defined VARIANT_xw4SMS
XW_BT_UUID
# elif defined VARIANT_xw4d || defined VARIANT_xw4dNoSMS
XW_BT_UUID_DBG