Fix wrong android versionName
authorest31 <MTest31@outlook.com>
Fri, 21 Aug 2015 20:43:40 +0000 (22:43 +0200)
committerest31 <MTest31@outlook.com>
Fri, 21 Aug 2015 20:47:04 +0000 (22:47 +0200)
Before, android versionName was set to "...13", which made the f-droid build fail.

build/android/Makefile

index 6d37915501cd874e6167ec8d408b0797c891493a..0a55c324c739d4402044361aaa8680a4efb9e076 100644 (file)
@@ -867,7 +867,7 @@ $(ROOT)/jni/src/android_version.h : prep_srcdir
        fi
 
 manifest :
-       @BASE_VERSION="${VERS_MAJOR}.${VERS_MINOR}.${VERS_PATCH}";                 \
+       @BASE_VERSION="${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}";        \
        if [ "${NDEBUG}x" != "x" ] ; then                                          \
                DBG='';                                                                \
                DBG_FLAG="android:debuggable=\"false\"";                               \