aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Kotur <qtr@google.com>2020-12-22 09:58:47 +0100
committerJakub Kotur <qtr@google.com>2021-03-05 15:07:06 +0100
commit97cce95c039b466c290dcfaba6a59c553a76c5c7 (patch)
tree46f316db069ac77ca584b353ceae843194ebb318
parent835fea47b902cc9ae1f6283bc6e107f0cd83734e (diff)
downloadcriterion-plot-97cce95c039b466c290dcfaba6a59c553a76c5c7.tar.gz
Add metadata files for criterion-plot.
Bug: 155309706 Change-Id: I8e0a628ba6e6b42acb155564fdf74778d25b0a27
-rw-r--r--Android.bp22
l---------LICENSE1
-rwxr-xr-xLICENSE-APACHE1
-rwxr-xr-xLICENSE-MIT1
-rw-r--r--METADATA19
-rw-r--r--MODULE_LICENSE_APACHE20
-rw-r--r--OWNERS1
7 files changed, 45 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..05301bd
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,22 @@
+// 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: "libcriterion_plot",
+ host_supported: true,
+ crate_name: "criterion_plot",
+ srcs: ["src/lib.rs"],
+ edition: "2018",
+ rustlibs: [
+ "libcast",
+ "libitertools",
+ ],
+}
+
+// dependent_library ["feature_list"]
+// cast-0.2.3 "default,std"
+// either-1.6.1
+// itertools-0.9.0 "default,use_std"
+// rustc_version-0.2.3
+// semver-0.9.0 "default"
+// semver-parser-0.7.0
diff --git a/LICENSE b/LICENSE
new file mode 120000
index 0000000..6b579aa
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+LICENSE-APACHE \ No newline at end of file
diff --git a/LICENSE-APACHE b/LICENSE-APACHE
new file mode 100755
index 0000000..965b606
--- /dev/null
+++ b/LICENSE-APACHE
@@ -0,0 +1 @@
+../LICENSE-APACHE \ No newline at end of file
diff --git a/LICENSE-MIT b/LICENSE-MIT
new file mode 100755
index 0000000..76219eb
--- /dev/null
+++ b/LICENSE-MIT
@@ -0,0 +1 @@
+../LICENSE-MIT \ No newline at end of file
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..821c53e
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: "criterion-plot"
+description: "Criterion\'s plotting library"
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/criterion-plot"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/criterion-plot/criterion-plot-0.4.3.crate"
+ }
+ version: "0.4.3"
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 12
+ day: 21
+ }
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2
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