Initial commit of metadata files.

Bug: 137795072

Test: NA
Change-Id: I4f0f6f9b850ac2b4a4287ca64d05c6b80c620eb0
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..40150df
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,21 @@
+name: "Scudo Standalone"
+description:
+    "Scudo is a dynamic user-mode memory allocator, or heap allocator, designed "
+    "to be resilient against heap-related vulnerabilities (such as heap-based "
+    "buffer overflow, use after free, and double free) while maintaining "
+    "performance. It provides the standard C allocation and deallocation "
+    "primitives (such as malloc and free), as well as the C++ primitives (such "
+    "as new and delete)."
+
+third_party {
+  url {
+    type: HOMEPAGE
+    value: "http://llvm.org"
+  }
+  url {
+    type: GIT
+    value: "https://github.com/llvm/llvm-project.git"
+  }
+  version: ""
+  last_upgrade_date { year: 2019 month: 9 day: 10 }
+}