aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-10-09 12:39:29 -0700
committerColin Cross <ccross@android.com>2017-10-09 20:23:57 +0000
commitf4e43e6b7f3166c5efc3bdd0d90dd718790cabfd (patch)
treeddac5fb9e3c50f61497610eb0983c67e7ef617c1
parent919bf5c9b56a052bebda6864fc183207cf813793 (diff)
downloadjacoco-f4e43e6b7f3166c5efc3bdd0d90dd718790cabfd.tar.gz
Fix coverage builds
jacocoagent is installed as its own library after I9e6e3dc59dba8b93685d59b258d4ebc7835eab8b, so it needs to be built non-static. Bug: 67578832 Test: m -j EMMA_INSTRUMENT=true EMMA_INSTRUMENT_FRAMEWORK=true SKIP_BOOT_JARS_CHECK=true Change-Id: Ib81bbe50e0010ed77725e885fded6af1dc8b221d
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 40c1c206..3e570205 100644
--- a/Android.bp
+++ b/Android.bp
@@ -30,7 +30,7 @@ jacoco_android_exclude_list = [
//
// Note: this is only intended to be used for the platform development. This is *not* intended
// to be used in the SDK where apps can use the official jacoco release.
-java_library_static {
+java_library {
name: "jacocoagent",
srcs: [