aboutsummaryrefslogtreecommitdiff
path: root/standalone/android/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/android/Makefile')
-rw-r--r--standalone/android/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile
index 5084ff5e8..4d15bc38b 100644
--- a/standalone/android/Makefile
+++ b/standalone/android/Makefile
@@ -6,12 +6,12 @@ ANDROID_CROSS_COMPILER?=$(HOME)/.ghc/android-14/arm-linux-androideabi-4.7/bin
PATH:=$(ANDROID_CROSS_COMPILER):$(PATH)
# Paths to the Android SDK and NDK.
-export ANDROID_SDK_ROOT?=$(HOME)/adt-bundle-linux-x86/sdk
-export ANDROID_NDK_ROOT?=$(HOME)/android-ndk
+export ANDROID_SDK_ROOT?=$(HOME)/.android/adt-bundle-linux-x86/sdk
+export ANDROID_NDK_ROOT?=$(HOME)/.android/android-ndk
# Where to store the source tree used to build utilities. This
# directory will be created by `make source`.
-GIT_ANNEX_ANDROID_SOURCETREE?=$(HOME)/android-sourcetree
+GIT_ANNEX_ANDROID_SOURCETREE?=$(HOME)/.android/git-annex-sourcetree
GITTREE=$(GIT_ANNEX_ANDROID_SOURCETREE)/git/installed-tree