From: Mike Beattie Date: Wed, 22 Feb 2012 10:40:25 +0000 (+1300) Subject: Add $HOME/android as an SDK location X-Git-Tag: 1.0.9.6~99 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=3a80545d4ecedc4b98a9ee8296ab6abbbf64312d Add $HOME/android as an SDK location Signed-off-by: Mike Beattie --- diff --git a/configure.ac b/configure.ac index b1ce03fe..ea4f6f95 100644 --- a/configure.ac +++ b/configure.ac @@ -78,7 +78,7 @@ echo ANDROID_SDK set to $ANDROID_SDK if test "x$ANDROID_SDK" = "xauto"; then AC_MSG_CHECKING([Android SDK files]) - for sdk in ../android/android-sdk-linux ../android/android-sdk ../android-sdk ../android-sdk-linux; do + for sdk in ../android/android-sdk-linux ../android/android-sdk ../android-sdk ../android-sdk-linux $HOME/android; do if test "x$ANDROID_SDK" = "xauto"; then SDK="$sdk" if test -f "$SDK/SDK Readme.txt"; then