X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=91db92ae26adf4280f00e216341838494b48c4fe;hb=273bae40dfabc3249acd4427d92abb2ed9fefa6c;hp=d966988d3d8cf180196d1899befbc6ced897cbaf;hpb=db786c24510d2df8f5a5d3ec0931deaa252469ad;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index d966988d..91db92ae 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) AC_INIT([altos], 1.9.1) -ANDROID_VERSION=18 +ANDROID_VERSION=20 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -166,9 +166,7 @@ fi ANDROID_RELEASE=no if test "x$ANDROID_SDK" != "xno"; then HAVE_ANDROID_SDK="yes" - if test -f "$HOME/altusmetrumllc/google-play-release.keystore" -a -f "$HOME/altusmetrumllc/google-play-passphrase"; then - ANDROID_RELEASE=yes - fi + ANDROID_RELEASE=yes else HAVE_ANDROID_SDK="no" fi