summaryrefslogtreecommitdiff
path: root/android/.classpath
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/.classpath
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/.classpath')
-rw-r--r--android/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/.classpath b/android/.classpath
index 6efcbb739a..1b4b1eed7e 100644
--- a/android/.classpath
+++ b/android/.classpath
@@ -3,5 +3,5 @@
3 <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> 3 <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
4 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="src" path="src"/>
5 <classpathentry kind="src" path="gen"/> 5 <classpathentry kind="src" path="gen"/>
6 <classpathentry kind="output" path="bin"/> 6 <classpathentry kind="output" path="bin/classes"/>
7</classpath> 7</classpath>