aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-24 01:04:53 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-24 01:04:53 +0000
commit18f61b7bf0bd15cd3052d237ac3f1acffcfec617 (patch)
tree45d6aad7209cf21b60af88ad59cb38f9966e9b64
parent3043c5271b78a5735a8803b38f416a37a456851f (diff)
parentccdca54713652c380635317591483c3d9fba4512 (diff)
downloadcriterion-plot-android-platform-12.1.0_r4.tar.gz
Change-Id: I13e3ca28329dc45e3caa96256e344000e8c18020
-rw-r--r--Android.bp25
1 files changed, 25 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 05301bd..bfc1158 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,31 @@
// This file is generated by cargo2android.py --run --device --dependencies.
// Do not modify this file as changes will be overridden on upgrade.
+package {
+ default_applicable_licenses: [
+ "external_rust_crates_criterion-plot_license",
+ ],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_criterion-plot_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE-APACHE",
+ "LICENSE-MIT",
+ ],
+}
+
rust_library {
name: "libcriterion_plot",
host_supported: true,