e9cb9538c7
As a result, the java parts can now be build using ant (in the android dir). Just issue "ant debug" after "make libs". Building the java parts from eclipse also still works. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31543 a1c6a512-1295-4272-9138-f99709370657
12 lines
413 B
Properties
12 lines
413 B
Properties
# 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
|
|
|