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