summaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2018-07-02 14:40:07 -0700
committerHaibo Huang <hhb@google.com>2018-07-02 14:40:07 -0700
commitb16e01772639820c5c1067fdb1df8d92c899b65e (patch)
tree5765df1f920b7a881a833d6f3f715d8cc23db8ba /METADATA
parent9204094d45b6274f1673472427bdfb6c18538a09 (diff)
downloadexpat-b16e01772639820c5c1067fdb1df8d92c899b65e.tar.gz
Add METADATA to expat
1. Add METADATA 2. Add patches/config.diff 3. Run `tools/external_updater/updater.sh update expat` to clean things up. The other changes are mainly from the differences between git repository and release package. Previously the code is from repository directly. But the update tool downloads the release package. Test: cts-tradefed run cts -m CtsLibcoreTestCases -t libcore.xml.ExpatSaxParserTest Change-Id: Id3235b4f96a259900df52b137d18e502287f95f3
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA18
1 files changed, 18 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 00000000..14b32bf3
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "expat"
+description: "Expat is a stream-oriented XML parser."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/libexpat/libexpat/"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-2.2.5.tar.bz2"
+ }
+ version: "R_2_2_5"
+ last_upgrade_date {
+ year: 2018
+ month: 7
+ day: 2
+ }
+}