summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2018-09-10 14:06:43 -0700
committerHaibo Huang <hhb@google.com>2018-09-10 21:10:59 +0000
commitc960cb8cab69fdcd0fff5c856cfbdde189c45a9d (patch)
treea42f8a1f75547ef50d8577bdfcec1633b7f1998a
parent1f278ae75520bf67658f222a252fc94dec3c156f (diff)
downloadboringssl-c960cb8cab69fdcd0fff5c856cfbdde189c45a9d.tar.gz
Add METADATA for boringssl
I'm building a tool to check updates automatically for external/*. (See aosp/tools/external_updater) But openssl is already updated regularly. This METADATA file is for documentation purpose only. Should not change anything. Test: NA Change-Id: Iad5a5e44d88feb044089f5d51e0a72c04f16c405
-rw-r--r--METADATA8
1 files changed, 8 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 00000000..0a85f243
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,8 @@
+name: "boringssl"
+description: "BoringSSL is a fork of OpenSSL that is designed to meet Google's needs."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://boringssl.googlesource.com/boringssl"
+ }
+}