blob: 55563df961460b8aa4b67dff44a760680b9b7475 [file] [log] [blame]
Thomas Martitze9cb9532012-01-03 21:15:21 +00001# 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
5
6
7# the signed, unzipaligned file is bin/__rockbox.apk
8out.packaged.file=bin/__${ant.project.name}.apk
9
10# the final file is rockbox.apk, in the build dir
11out.packaged.file=${ant.project.name}.apk
12