skin tags: fix the id3 track/disc numbers in conditionals
[maemo-rb.git] / android / ant.properties
blob55563df961460b8aa4b67dff44a760680b9b7475
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
7 # the signed, unzipaligned file is bin/__rockbox.apk
8 out.packaged.file=bin/__${ant.project.name}.apk
10 # the final file is rockbox.apk, in the build dir
11 out.packaged.file=${ant.project.name}.apk