diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-08-07 22:29:54 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-08-07 22:29:54 +0000 |
| commit | 8978b2bafad5d97202f6ea8dc9a9129fbd8d3927 (patch) | |
| tree | 0df926f15dd114a03fc263d2cc537dfcba75ce0a /android/default.properties | |
| parent | 2113e22c4691728edf23768e59a0bde55d80a367 (diff) | |
| download | rockbox-8978b2bafad5d97202f6ea8dc9a9129fbd8d3927.zip rockbox-8978b2bafad5d97202f6ea8dc9a9129fbd8d3927.tar.gz rockbox-8978b2bafad5d97202f6ea8dc9a9129fbd8d3927.tar.bz2 rockbox-8978b2bafad5d97202f6ea8dc9a9129fbd8d3927.tar.xz | |
Android port: The RockboxService introduction broke 1.5/1.6 compability. This should bring it back (heaviliy based on the example given in the Android docs).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27748 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'android/default.properties')
| -rw-r--r-- | android/default.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/default.properties b/android/default.properties index 9d135cb..9d79b12 100644 --- a/android/default.properties +++ b/android/default.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-7 +target=android-4 |