Ninslash: updated readme

This commit is contained in:
Sergii Pylypenko
2016-09-21 22:21:27 +03:00
parent 438e109f6c
commit a830d85c87
2 changed files with 13 additions and 16 deletions

View File

@@ -70,11 +70,6 @@ if [ "$#" -gt 0 -a "$1" = "-h" ]; then
exit 0
fi
[ -e project/local.properties ] || {
android update project -p project || exit 1
rm -f project/src/Globals.java
}
NDK_TOOLCHAIN_VERSION=$GCCVER
[ -z "$NDK_TOOLCHAIN_VERSION" ] && NDK_TOOLCHAIN_VERSION=4.9
@@ -95,6 +90,11 @@ else
sed -i 's/android:debuggable="false"/android:debuggable="true"/g' project/AndroidManifest.xml
fi
[ -e project/local.properties ] || {
android update project -p project -t android-23 || exit 1
rm -f project/src/Globals.java
}
MYARCH=linux-x86_64
if [ -z "$NCPU" ]; then
NCPU=4