File: custom_rules.xml

package info (click to toggle)
mpd 0.24.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,736 kB
  • sloc: cpp: 75,014; python: 1,408; xml: 628; perl: 469; java: 289; sh: 286; ansic: 235; makefile: 105
file content (11 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
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>