[or-cvs] r20832: {projects} This is an updated build document that gets us one step clos (projects/android/trunk/Orbot)

ioerror at seul.org ioerror at seul.org
Sun Oct 25 04:33:06 UTC 2009


Author: ioerror
Date: 2009-10-25 00:33:05 -0400 (Sun, 25 Oct 2009)
New Revision: 20832

Modified:
   projects/android/trunk/Orbot/BUILD
Log:
This is an updated build document that gets us one step closer to an actual .apk file!


Modified: projects/android/trunk/Orbot/BUILD
===================================================================
--- projects/android/trunk/Orbot/BUILD	2009-10-25 04:22:17 UTC (rev 20831)
+++ projects/android/trunk/Orbot/BUILD	2009-10-25 04:33:05 UTC (rev 20832)
@@ -80,4 +80,12 @@
 This isn't enough though and we'll now sew up the binary into a small package
 that will handle basic Tor controlling features.
 
-XXX TODO: Explain build process for making a .apk file for install.
+Finally, we'll make a proper Android package with ant and the Android App SDK:
+
+	export APP_SDK=/home/rorreoi/Documents/projects/android/android-sdk-linux_x86-1.5_r3/tools
+	cd Orbot/
+	cp ~/mydroid/external/tor/tor/src/or/tor assets/tor
+	$APP_SDK/android update project --name Orbot --target 1 --path .
+	ant release
+
+This will produce an unsigned Tor package.



More information about the tor-commits mailing list