Merge pie-platform-release to aosp-master - DO NOT MERGE

Change-Id: Iebae1aa1e3a6676af0cda4ed066abe6daf2daea4
diff --git a/Android.bp b/Android.bp
index a4c103c..e220dcb 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",
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d3e592f
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "jacoco"
+description: "JaCoCo is a free Java code coverage library."
+third_party {
+  url {
+    type: HOMEPAGE
+    value: "https://www.jacoco.org/"
+  }
+  url {
+    type: GIT
+    value: "https://github.com/jacoco/jacoco.git"
+  }
+  version: "v0.8.0"
+  last_upgrade_date {
+    year: 2018
+    month: 1
+    day: 5
+  }
+}