aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Kotur <qtr@google.com>2021-03-16 20:53:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-16 20:53:11 +0000
commit0cc41f120e4fbda6c93cb5dd74432665dca93574 (patch)
tree46f316db069ac77ca584b353ceae843194ebb318
parentdefbc1be90ba845b2f675b2103ba23742a6fd6af (diff)
parent5b2ab5b6b2133e82d5696b7f49b1e835179016b5 (diff)
downloadcriterion-plot-0cc41f120e4fbda6c93cb5dd74432665dca93574.tar.gz
Add metadata files for criterion-plot. am: 97cce95c03 am: 418e386b7f am: 48bd54afef am: 5b2ab5b6b2
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/criterion-plot/+/1621101 Change-Id: I01a7ce45068c7113789bd9daab697b35de27a7ac
-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