Go to file
Sebastien Hertz 2319e56366 Fix code coverage for apps
When building apps with EMMA_INSTRUMENT=true, we must ensure that
jacoco is at least on the classpath (or even embedded for unbundled
branches) and that proguard will ignore jacoco classes. Otherwise
the Jack compilation would fail.

For unbundled build, we include the proguard configuration file
build/core/proguard.jacoco.flags to ignore jacoco classes.

For full build, we ensure jacoco is on the classpath during the
jack compilation.

Bug: 27607712

(cherry picked from commit d9641e01f3)

Change-Id: Ib46c91d03721f2418b15c17546d4f322f2f90a28
2016-04-04 10:48:02 +02:00
core Fix code coverage for apps 2016-04-04 10:48:02 +02:00
libs/host Remove LOCAL_ACP_UNAVAILABLE 2016-03-01 13:16:53 -08:00
target Support x86+arm multilib build. 2016-03-25 13:29:53 -07:00
tools Recognize more Clang-Tidy google warning patterns. 2016-03-31 16:14:55 -07:00
.gitignore Add build subprojects to .gitignore 2015-07-23 13:18:47 -07:00
CleanSpec.mk CleanSpec: Clean up $(PRODUCT_OUT)/recovery/root/sdcard. 2016-01-21 17:18:47 -08:00
buildspec.mk.default Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG 2013-07-25 15:52:17 -07:00
envsetup.sh Use ulimit -p rather than prlimit. 2016-03-07 14:05:22 -08:00