diff options
Diffstat (limited to 'android/ant.properties')
| -rw-r--r-- | android/ant.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/android/ant.properties b/android/ant.properties new file mode 100644 index 0000000..55563df --- /dev/null +++ b/android/ant.properties @@ -0,0 +1,12 @@ +# Override some props according to android.make +# see $ANDROID_SDK_PATH/tools/ant/build.xml for what's overridable +# Once we can build signed *release* builds, we should have a different +# names for the debug builds + + +# the signed, unzipaligned file is bin/__rockbox.apk +out.packaged.file=bin/__${ant.project.name}.apk + +# the final file is rockbox.apk, in the build dir +out.packaged.file=${ant.project.name}.apk + |