From d61f6e0a07d76d1f159387c51ace5f1cdabb1143 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Tue, 28 Apr 2020 10:20:31 -0700 Subject: Add METADATA to desugar: Apache2=NOTICE Bug: 68860345 Bug: 69058154 Bug: 151953481 Test: no code changes Change-Id: Ia0eef7cc030cf125bba81225683f4bb60a90a592 --- METADATA | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 METADATA diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..d97975c --- /dev/null +++ b/METADATA @@ -0,0 +1,3 @@ +third_party { + license_type: NOTICE +} -- cgit v1.2.3 From 15c557b2d59f2c1600da07ca89a86e4bcfb4e4f3 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 29 Apr 2020 10:21:59 -0700 Subject: Expand desugar METADATA Test: none Change-Id: Idc14a4768ea9eccdbfff0aa6602ec60f988689a9 --- METADATA | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/METADATA b/METADATA index d97975c..06af0ba 100644 --- a/METADATA +++ b/METADATA @@ -1,3 +1,18 @@ +name: "desugar" +description: + "Tool for desugaring Java constructs not supported by Android tools or " + "devices." + third_party { + url { + type: HOMEPAGE + value: "https://github.com/bazelbuild/bazel/tree/master/src/tools/android/java/com/google/devtools/build/android/desugar" + } + url { + type: GIT + value: "https://github.com/bazelbuild/bazel" + } + version: "0c12603bedd4a270094137269b910a8587d3f93c" + last_upgrade_date { year: 2018 month: 5 day: 3 } license_type: NOTICE } -- cgit v1.2.3