- Build script fixups for setting i2p source location

- Don't require GMP source to build
- Hook new router final shutdown hook, tweak state machine
  to not declare router done until final shutdown
This commit is contained in:
zzz
2011-06-18 17:05:18 +00:00
parent 05cdb11c55
commit a2ae1ccab2
7 changed files with 65 additions and 25 deletions

View File

@ -6,7 +6,7 @@ THISDIR=$(realpath $(dirname $(which $0)))
cd $THISDIR
MANIFEST=../AndroidManifest.xml
TMP=AndroidManifest.xml.tmp
I2PBASE=../../i2p.i2p
I2PBASE=${1:-../../i2p.i2p}
CORE=`grep 'public final static String VERSION' $I2PBASE/core/java/src/net/i2p/CoreVersion.java | \
cut -d '"' -f 2`