allwinner_a64/android/external/jacoco/PREBUILT
2018-08-08 16:14:42 +08:00

7 lines
272 B
Text

The ASM jar required by jacoco is updated in the following way:
mvn -f org.jacoco.agent.rt/pom.xml dependency:copy-dependencies
cp org.jacoco.agent.rt/target/dependency/asm-debug-all-5.0.1.jar ./
mvn clean
The Android.mk must be updated to reference the right prebuilt.