diff options
author | Mike Beattie <mike@ethernal.org> | 2012-02-22 23:40:25 +1300 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-06-02 19:38:38 -0700 |
commit | 3a80545d4ecedc4b98a9ee8296ab6abbbf64312d (patch) | |
tree | 3f6d737e14c46a3c9f174b91823666b7ceb8cd1b /configure.ac | |
parent | 091affece185dcd0832a55b0befeacaa182a57bb (diff) |
Add $HOME/android as an SDK location
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |