projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffe3f03
)
Fix wrong android versionName
author
est31
<MTest31@outlook.com>
Fri, 21 Aug 2015 20:43:40 +0000
(22:43 +0200)
committer
est31
<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
patch
|
blob
|
history
diff --git
a/build/android/Makefile
b/build/android/Makefile
index 6d37915501cd874e6167ec8d408b0797c891493a..0a55c324c739d4402044361aaa8680a4efb9e076 100644
(file)
--- a/
build/android/Makefile
+++ b/
build/android/Makefile
@@
-867,7
+867,7
@@
$(ROOT)/jni/src/android_version.h : prep_srcdir
fi
manifest :
- @BASE_VERSION="${VERS
_MAJOR}.${VERS_MINOR}.${VERS_PATCH}";
\
+ @BASE_VERSION="${VERS
ION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}";
\
if [ "${NDEBUG}x" != "x" ] ; then \
DBG=''; \
DBG_FLAG="android:debuggable=\"false\""; \