summaryrefslogtreecommitdiff
path: root/android/ant.properties
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-01-03 21:15:21 +0000
committerThomas Martitz <kugel@rockbox.org>2012-01-03 21:15:21 +0000
commite9cb9538c76fc6560fc8475a0bfcd9821d0a66be (patch)
tree50f62afc26291c8a8b198461d64c0deddbcbd8ae /android/ant.properties
parent84f651f9b6b509224d9b8a57872f846ac4a0c646 (diff)
downloadrockbox-e9cb9538c76fc6560fc8475a0bfcd9821d0a66be.tar.gz
rockbox-e9cb9538c76fc6560fc8475a0bfcd9821d0a66be.zip
android: Update build system for recent SDK versions and target ice cream sandwich.
As a result, the java parts can now be build using ant (in the android dir). Just issue "ant debug" after "make libs". Building the java parts from eclipse also still works. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31543 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'android/ant.properties')
-rw-r--r--android/ant.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/android/ant.properties b/android/ant.properties
new file mode 100644
index 0000000000..55563df961
--- /dev/null
+++ b/android/ant.properties
@@ -0,0 +1,12 @@
1# Override some props according to android.make
2# see $ANDROID_SDK_PATH/tools/ant/build.xml for what's overridable
3# Once we can build signed *release* builds, we should have a different
4# names for the debug builds
5
6
7# the signed, unzipaligned file is bin/__rockbox.apk
8out.packaged.file=bin/__${ant.project.name}.apk
9
10# the final file is rockbox.apk, in the build dir
11out.packaged.file=${ant.project.name}.apk
12