diff options
author | Leon Scroggins <scroggo@google.com> | 2019-06-06 13:47:34 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-06-06 13:47:34 -0700 |
commit | 7ad952661933a2b1f5e41ed5ba5f41a1ffd411d3 (patch) | |
tree | 7a8bb1cd3e71e7aa9ad17f165a281182bb113c2a | |
parent | 53f54d1b944b629ded7932a63ebbeba55aa3febb (diff) | |
parent | 3a08d0970263834a2bf4c41e101328145d72e65a (diff) |
Merge "Add METATA for libpng"
am: 3a08d09702
Change-Id: I031d30f71acb1dd6ac4f80a3f46135ad1083d1e4
-rw-r--r-- | METADATA | 14 | ||||
-rw-r--r-- | README.android | 7 | ||||
-rw-r--r-- | README.version | 3 |
3 files changed, 18 insertions, 6 deletions
diff --git a/METADATA b/METADATA new file mode 100644 index 000000000..cf383c0f6 --- /dev/null +++ b/METADATA @@ -0,0 +1,14 @@ +name: "libpng" +description: "libpng is a PNG image codec." +third_party { + url { + type: GIT + value: "https://github.com/glennrp/libpng.git" + } + version: "v1.6.34" + last_upgrade_date { + year: 2017 + month: 10 + day: 6 + } +} diff --git a/README.android b/README.android index 5f94dc96e..25d01e61b 100644 --- a/README.android +++ b/README.android @@ -1,12 +1,13 @@ -Any Android specific modifications to upstream libpng (1.6.34) should -be listed here: +Any Android specific modifications to upstream libpng (the version +specified in METADATA) should be listed here: (1) Android has added the following files. pngusr.h Android.bp CleanSpec.mk MODULE_LICENSE_BSD_LIKE - README.version + METADATA + OWNERS (2) pnglibconf.h This is copied from scripts/pnglibconf.h.prebuilt. diff --git a/README.version b/README.version deleted file mode 100644 index ab95c6da5..000000000 --- a/README.version +++ /dev/null @@ -1,3 +0,0 @@ -URL: http://libpng.download/src/libpng16/libpng-1.6.34.tar.gz -Version: 1.6.34 -BugComponent: 87896 |