From 7a1165bc3ac8c9069ed6fd5043227d284dc6b83b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 14 Apr 2013 13:25:06 -0400 Subject: incremental android builds with the EvilSplicer --- standalone/android/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone/android/Makefile') 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 -- cgit v1.2.3