A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita
audio
rust
zig
deno
mpris
rockbox
mpd
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
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