diff options
author | Thomas Martitz <kugel@rockbox.org> | 2012-01-03 21:15:21 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-01-03 21:15:21 +0000 |
commit | e9cb9538c76fc6560fc8475a0bfcd9821d0a66be (patch) | |
tree | 50f62afc26291c8a8b198461d64c0deddbcbd8ae /android/default.properties | |
parent | 84f651f9b6b509224d9b8a57872f846ac4a0c646 (diff) |
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/default.properties')
-rw-r--r-- | android/default.properties | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/android/default.properties b/android/default.properties deleted file mode 100644 index 510b0908b3..0000000000 --- a/android/default.properties +++ /dev/null @@ -1,11 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system use, -# "build.properties", and override values to adapt the script to your -# project structure. - -# Project target. -target=android-11 |