diff options
author | Max Kellermann <max@duempel.org> | 2014-02-18 08:33:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-22 01:39:08 +0100 |
commit | 4dcf0b8ae0569beaf615fc19df2147bfb1597046 (patch) | |
tree | 99f489ff101a68db49752b2a2898967c5dfca287 /android/custom_rules.xml | |
parent | 9574d11dc80248753c7fee22f3621879067c285b (diff) | |
download | mpd-4dcf0b8ae0569beaf615fc19df2147bfb1597046.tar.gz mpd-4dcf0b8ae0569beaf615fc19df2147bfb1597046.tar.xz mpd-4dcf0b8ae0569beaf615fc19df2147bfb1597046.zip |
first Android release
Finally, MPD runs on Android. For some small value of "runs". Very
much work left, too much to describe.
Diffstat (limited to '')
-rw-r--r-- | android/custom_rules.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/android/custom_rules.xml b/android/custom_rules.xml new file mode 100644 index 000000000..68db46590 --- /dev/null +++ b/android/custom_rules.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project name="mpd_rules"> + <!-- setting these two properties works around a bug in Android + SDK's build.xml, which deletes all .class files every time --> + <property name="build.last.is.packaging.debug" value="true" /> + <property name="build.is.packaging.debug" value="true" /> + + <target name="compile-jni-classes" + depends="-set-debug-mode,-compile"/> +</project> |