From 3da56e3c5b21297e3a985ac5b419272e63acec63 Mon Sep 17 00:00:00 2001 From: Jakub Kotur Date: Tue, 22 Dec 2020 09:58:48 +0100 Subject: Add metadata files for plotters-backend. Bug: 155309706 Change-Id: I9ed92a4fc069887f95c7da1b443bf5aa23c95918 --- Android.bp | 10 ++++++++++ LICENSE | 21 +++++++++++++++++++++ METADATA | 19 +++++++++++++++++++ MODULE_LICENSE_MIT | 0 OWNERS | 1 + 5 files changed, 51 insertions(+) create mode 100644 Android.bp create mode 100644 LICENSE create mode 100644 METADATA create mode 100644 MODULE_LICENSE_MIT create mode 100644 OWNERS diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..b5f1a77 --- /dev/null +++ b/Android.bp @@ -0,0 +1,10 @@ +// This file is generated by cargo2android.py --run --device --dependencies. +// Do not modify this file as changes will be overridden on upgrade. + +rust_library { + name: "libplotters_backend", + host_supported: true, + crate_name: "plotters_backend", + srcs: ["src/lib.rs"], + edition: "2018", +} diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..905e4b2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Hao Hou + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..bfdc9da --- /dev/null +++ b/METADATA @@ -0,0 +1,19 @@ +name: "plotters-backend" +description: "Plotters Backend API" +third_party { + url { + type: HOMEPAGE + value: "https://crates.io/crates/plotters-backend" + } + url { + type: ARCHIVE + value: "https://static.crates.io/crates/plotters-backend/plotters-backend-0.2.1.crate" + } + version: "0.2.1" + license_type: NOTICE + last_upgrade_date { + year: 2020 + month: 12 + day: 21 + } +} diff --git a/MODULE_LICENSE_MIT b/MODULE_LICENSE_MIT new file mode 100644 index 0000000..e69de29 diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000..46fc303 --- /dev/null +++ b/OWNERS @@ -0,0 +1 @@ +include platform/prebuilts/rust:/OWNERS -- cgit v1.2.3