aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-07-12 13:14:19 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-07-12 13:14:19 -0700
commit9da9e9d2228a0f37721df5749356f026a80a791f (patch)
treeda5a3f23c0349b599cb891415805eda15137f9af
parent7e4b66be6f256995a617256629675060d255e535 (diff)
parent730cc2668f7a8e9ef614b7bccf4b1586e77f9e90 (diff)
downloadjacoco-temp_p_merge.tar.gz
Mark installable jars with installable: truetemp_p_merge
am: 730cc2668f Change-Id: I10b53ed5e4361352da7283b4470c5a8cf7d14f7d
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a4c103ca..e220dcbe 100644
--- a/Android.bp
+++ b/Android.bp
@@ -20,6 +20,7 @@
// to be used in the SDK where apps can use the official jacoco release.
java_library {
name: "jacocoagent",
+ installable: true,
srcs: [
"org.jacoco.core/src/**/*.java",