Add METADATA for jacoco

Test: NA
Change-Id: If74c1aa97e93ea20e1c8e46bd611022564d5d5aa
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
+  }
+}