Sebastien Hertz | 831c256 | 2016-03-23 09:48:21 +0100 | [diff] [blame] | 1 | The ASM jar required by jacoco is updated in the following way: |
Sebastien Hertz | dd698e5 | 2016-01-23 01:02:29 +0100 | [diff] [blame] | 2 | |
Sebastien Hertz | 831c256 | 2016-03-23 09:48:21 +0100 | [diff] [blame] | 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 ./ |
Sebastien Hertz | dd698e5 | 2016-01-23 01:02:29 +0100 | [diff] [blame] | 5 | mvn clean |
| 6 | |
| 7 | The Android.mk must be updated to reference the right prebuilt. |