aboutsummaryrefslogtreecommitdiff
path: root/asmack-master/build.bash
diff options
context:
space:
mode:
Diffstat (limited to 'asmack-master/build.bash')
-rwxr-xr-xasmack-master/build.bash10
1 files changed, 10 insertions, 0 deletions
diff --git a/asmack-master/build.bash b/asmack-master/build.bash
index 874f238..d291220 100755
--- a/asmack-master/build.bash
+++ b/asmack-master/build.bash
@@ -542,6 +542,16 @@ fetchall
createVersionTag
createbuildsrc
patchsrc "patch"
+
+##
+## BEGIN Modification for android platform build system
+##
+echo done with android modifications
+exit
+##
+## END Modification for android platform build system
+##
+
if $BUILD_JINGLE ; then
patchsrc "jingle"
JINGLE_ARGS="-Djingle=lib/jstun.jar"