android build fixes

This commit is contained in:
Radius 2015-08-12 17:57:09 +01:00
parent 5e7a97f887
commit 4c7319b9ce
2 changed files with 2 additions and 1 deletions

View File

@ -652,7 +652,7 @@ while read line; do
BUILD="YES"
fi
if [ "${PREVCORE}" = "vba-next" -a "${PREVBUILD}" = "YES" -a "${COMMAND}" = "LEIRADEL" ]; then
if [ "${PREVCORE}" = "vba_next" -a "${PREVBUILD}" = "YES" -a "${COMMAND}" = "LEIRADEL" ]; then
FORCE="YES"
BUILD="YES"
fi

View File

@ -8,4 +8,5 @@ MAKE make
NDK ndk-build
RA YES
SUFFIX _android
JAVA_HOME /usr/lib/jvm/oracle_jdk7