summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2022-11-18 19:17:34 +0000
committerKrzysztof Kosiński <krzysio@google.com>2022-11-18 19:17:34 +0000
commit7f7c4e8ce2c5b07d6f2649206c3a7ce701b046c3 (patch)
treed27d490c47b847db24f3153a3269a8fa3c56491a
parentd3621fd17af424efc1fe4b527531e0b5282e77ee (diff)
downloadjarjar-7f7c4e8ce2c5b07d6f2649206c3a7ce701b046c3.tar.gz
Add information to METADATA file.
Test: ComplianceLint Change-Id: Ia9e77a75142af332f726e59b57a9b0b4784064ce
-rw-r--r--METADATA11
1 files changed, 11 insertions, 0 deletions
diff --git a/METADATA b/METADATA
index d97975c..11534d0 100644
--- a/METADATA
+++ b/METADATA
@@ -1,3 +1,14 @@
+name: "jarjar"
+description:
+ "Utility that makes it easy to repackage Java libraries and embed them into "
+ "your own distribution"
+
third_party {
+ url {
+ type: GIT
+ value: "https://github.com/google/jarjar.git"
+ }
+ version: "1.4"
+ last_upgrade_date { year: 2014 month: 6 day: 17 }
license_type: NOTICE
}