aboutsummaryrefslogtreecommitdiff
path: root/standalone/android/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-28 19:12:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-28 19:12:54 -0400
commitb9e4f361b7cd5f4d14ebe670c37f497fa0526167 (patch)
treeb2670e329eb2e2d24dabcc6014d53e7802ddea66 /standalone/android/Makefile
parent3c8750beddd82e6352a462c7f4a9638355920b64 (diff)
fix 2 bugs in android runshell
Diffstat (limited to 'standalone/android/Makefile')
-rw-r--r--standalone/android/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile
index e7e25622c..f62268754 100644
--- a/standalone/android/Makefile
+++ b/standalone/android/Makefile
@@ -76,6 +76,8 @@ build: start
git rev-parse HEAD > $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.version.so
cd $(GIT_ANNEX_ANDROID_SOURCETREE)/term && ant debug
+ mkdir -p ../../tmp
+ cp $(GIT_ANNEX_ANDROID_SOURCETREE)/term/bin/Term-debug.apk ../../tmp/git-annex.apk
$(GIT_ANNEX_ANDROID_SOURCETREE)/openssl:
cd $(GIT_ANNEX_ANDROID_SOURCETREE)/openssl && CC=$$(which cc) ./Configure android