aboutsummaryrefslogtreecommitdiff
path: root/standalone/android/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-14 13:25:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-14 13:43:36 -0400
commit7a1165bc3ac8c9069ed6fd5043227d284dc6b83b (patch)
tree3977f9271e88f720f292f9f5bab352ebbe7efcb0 /standalone/android/Makefile
parent7f84f433afb11245f875e279a20ae0748b92ba1a (diff)
incremental android builds with the EvilSplicer
Diffstat (limited to 'standalone/android/Makefile')
-rw-r--r--standalone/android/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile
index 7b70054cf..44a2fc71f 100644
--- a/standalone/android/Makefile
+++ b/standalone/android/Makefile
@@ -32,7 +32,7 @@ build: start
# Install executables as pseudo-libraries so they will be
# unpacked from the .apk.
mkdir -p $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi
- cp ../../git-annex $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.git-annex.so
+ cp ../../tmp/androidtree/git-annex $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.git-annex.so
cp $(GIT_ANNEX_ANDROID_SOURCETREE)/busybox/busybox $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.busybox.so
cp $(GIT_ANNEX_ANDROID_SOURCETREE)/openssh/ssh $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.ssh.so
cp $(GIT_ANNEX_ANDROID_SOURCETREE)/openssh/ssh-keygen $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.ssh-keygen.so