Home | History | Annotate | Download | only in jacoco
      1 The ASM jar required by jacoco is updated in the following way:
      2 
      3 mvn -f org.jacoco.agent.rt/pom.xml dependency:copy-dependencies
      4 cp org.jacoco.agent.rt/target/dependency/asm-debug-all-5.0.1.jar ./
      5 mvn clean
      6 
      7 The Android.mk must be updated to reference the right prebuilt.
      8